From ab96d611b2e1298cff2cf37be8665441433430a1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 18 Mar 2024 16:58:35 +0100 Subject: [PATCH 1/5] Fix autoupdater --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 31c10b2..4a18759 100644 --- a/manifest.toml +++ b/manifest.toml @@ -52,8 +52,8 @@ ram.runtime = "50M" armhf.sha256 = "773345040665e546e20f1b4b698b51d2787f8d73fe2ff4e8957786343fc3c522" autoupdate.strategy = "latest_github_release" - autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$" - autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$" + autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-x64\\.tar\\.gz$" + autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm64\\.tar\\.gz$" autoupdate.asset.armhf = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$" [resources.system_user] From d3b603c1a240757e594ae00c913194ec1800b88b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 18 Mar 2024 15:58:38 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 15 +++++++-------- README_fr.md | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5b88644..4e54235 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Complete management of your indexers for Radarr, Sonarr, Lidarr... - -**Shipped version:** 1.14.1.4316~ynh1 +**Shipped version:** 1.14.2.4318~ynh1 ## Screenshots @@ -26,11 +25,11 @@ Complete management of your indexers for Radarr, Sonarr, Lidarr... ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -38,7 +37,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/prowlarr_ynh/tree/testing --debug or sudo yunohost app upgrade prowlarr -u https://github.com/YunoHost-Apps/prowlarr_ynh/tree/testing --debug diff --git a/README_fr.md b/README_fr.md index 38dad9e..b2885e5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble Complete management of your indexers for Radarr, Sonarr, Lidarr... - -**Version incluse :** 1.14.1.4316~ynh1 +**Version incluse :** 1.14.2.4318~ynh1 ## Captures d’écran @@ -26,11 +25,11 @@ Complete management of your indexers for Radarr, Sonarr, Lidarr... ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -38,7 +37,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```bash sudo yunohost app install https://github.com/YunoHost-Apps/prowlarr_ynh/tree/testing --debug ou sudo yunohost app upgrade prowlarr -u https://github.com/YunoHost-Apps/prowlarr_ynh/tree/testing --debug From 6ac864273a310e74fcd96614eb0e3457cd3c2830 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 02:41:51 +0100 Subject: [PATCH 3/5] Upgrade to v1.14.3.4333 https://github.com/Prowlarr/Prowlarr/releases/tag/v1.14.3.4333 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4a18759..9a67e56 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Prowlarr" description.en = "Complete management of your indexers for Radarr, Sonarr, Lidarr..." description.fr = "Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr..." -version = "1.14.2.4318~ynh1" +version = "1.14.3.4333~ynh1" maintainers = ["tituspijean"] @@ -43,13 +43,13 @@ ram.runtime = "50M" [resources] [resources.sources.main] - amd64.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.14.2.4318/Prowlarr.develop.1.14.2.4318.linux-core-x64.tar.gz" - amd64.sha256 = "7d0a803f899ca27f5d7cb03e60944df240fe9b8ff5266b60227df65dc92136b7" + amd64.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.14.3.4333/Prowlarr.master.1.14.3.4333.linux-core-x64.tar.gz" + amd64.sha256 = "976e3fb612aa0c22506de8ab49888be6ca87f0b46cee4deb934a98e83650bc3f" - arm64.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.14.2.4318/Prowlarr.develop.1.14.2.4318.linux-core-arm64.tar.gz" - arm64.sha256 = "e53bec878a5b947a35acd397b4a38d4e199d5b5d95a79c5238063f4abe0fe76a" - armhf.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.14.2.4318/Prowlarr.develop.1.14.2.4318.linux-core-arm.tar.gz" - armhf.sha256 = "773345040665e546e20f1b4b698b51d2787f8d73fe2ff4e8957786343fc3c522" + arm64.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.14.3.4333/Prowlarr.master.1.14.3.4333.linux-core-arm64.tar.gz" + arm64.sha256 = "c201c04a4cfa44cb4acc17a19dba97b0d6c5d39ede2b48bac693a6b9e7cc571f" + armhf.url = "https://github.com/Prowlarr/Prowlarr/releases/download/v1.14.3.4333/Prowlarr.master.1.14.3.4333.linux-core-arm.tar.gz" + armhf.sha256 = "61fa8e1e3897bf1d462c75403605f9be698e722e1de429555f79e2a083871edb" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-x64\\.tar\\.gz$" From ec3cf9b671a82dffaba08773539eb242bd36e683 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Mar 2024 01:41:54 +0000 Subject: [PATCH 4/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e54235..7de2548 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Complete management of your indexers for Radarr, Sonarr, Lidarr... -**Shipped version:** 1.14.2.4318~ynh1 +**Shipped version:** 1.14.3.4333~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index b2885e5..abee859 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble Complete management of your indexers for Radarr, Sonarr, Lidarr... -**Version incluse :** 1.14.2.4318~ynh1 +**Version incluse :** 1.14.3.4333~ynh1 ## Captures d’écran From a1190cc39ce3712a40ea2c9aacf9170bd07299a1 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 18 Mar 2024 22:48:50 +0100 Subject: [PATCH 5/5] we need to access network to auto update and indexer proxies --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index c4c0a11..27a8a37 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -20,7 +20,7 @@ Restart=always NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +#RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed