mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
Merge pull request #117 from YunoHost-Apps/testing
Fix autoupdater, Upgrade to v1.14.3.4333, Unrestrict network access
This commit is contained in:
commit
ee3f36f139
4 changed files with 14 additions and 12 deletions
|
@ -17,7 +17,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Complete management of your indexers for Radarr, Sonarr, Lidarr...
|
Complete management of your indexers for Radarr, Sonarr, Lidarr...
|
||||||
**Shipped version:** 1.14.2.4318~ynh1
|
|
||||||
|
**Shipped version:** 1.14.3.4333~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Complete management of your indexers for Radarr, Sonarr, Lidarr...
|
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
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ Restart=always
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
#RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Prowlarr"
|
||||||
description.en = "Complete management of your indexers for Radarr, Sonarr, Lidarr..."
|
description.en = "Complete management of your indexers for Radarr, Sonarr, Lidarr..."
|
||||||
description.fr = "Gestion complète de vos indexeurs pour 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"]
|
maintainers = ["tituspijean"]
|
||||||
|
|
||||||
|
@ -43,17 +43,17 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[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.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 = "7d0a803f899ca27f5d7cb03e60944df240fe9b8ff5266b60227df65dc92136b7"
|
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.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 = "e53bec878a5b947a35acd397b4a38d4e199d5b5d95a79c5238063f4abe0fe76a"
|
arm64.sha256 = "c201c04a4cfa44cb4acc17a19dba97b0d6c5d39ede2b48bac693a6b9e7cc571f"
|
||||||
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.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 = "773345040665e546e20f1b4b698b51d2787f8d73fe2ff4e8957786343fc3c522"
|
armhf.sha256 = "61fa8e1e3897bf1d462c75403605f9be698e722e1de429555f79e2a083871edb"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
autoupdate.asset.amd64 = "^Prowlarr\\.master\\..*\\.linux-core-x64\\.tar\\.gz$"
|
||||||
autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
autoupdate.asset.arm64 = "^Prowlarr\\.master\\..*\\.linux-core-arm64\\.tar\\.gz$"
|
||||||
autoupdate.asset.armhf = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
autoupdate.asset.armhf = "^Prowlarr\\.master\\..*\\.linux-core-arm\\.tar\\.gz$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue