mirror of
https://github.com/YunoHost-Apps/radarr_ynh.git
synced 2024-09-03 20:16:13 +02:00
76 lines
2.5 KiB
TOML
76 lines
2.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "radarr"
|
|
name = "Radarr"
|
|
description.en = "Movie collection manager for Usenet and BitTorrent users"
|
|
description.fr = "Gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent"
|
|
|
|
version = "5.9.1.9070~ynh1"
|
|
|
|
maintainers = ["tituspijean"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-only"
|
|
website = "https://radarr.video"
|
|
admindoc = "https://wiki.servarr.com/Radarr"
|
|
code = "https://github.com/Radarr/Radarr"
|
|
fund = "https://radarr.video/donate"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["armhf", "arm64", "amd64", "i386"]
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = "not_relevant"
|
|
disk = "300M"
|
|
ram.build = "100M"
|
|
ram.runtime = "100M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/radarr"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
help.en = "Logging in is disabled for Radarr on YunoHost, use this permission to manage who will have access."
|
|
help.fr = "La connexion est désactivée pour Radarr sur YunoHost, utilisez cette permission pour gérer qui y aura accès."
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
armhf.url = "https://github.com/Radarr/Radarr/releases/download/v5.9.1.9070/Radarr.master.5.9.1.9070.linux-core-arm.tar.gz"
|
|
armhf.sha256 = "aac7a73bc7e397cb5d5d2a9a12d7ecf08f91363a5591b692214714baacc2f356"
|
|
arm64.url = "https://github.com/Radarr/Radarr/releases/download/v5.9.1.9070/Radarr.master.5.9.1.9070.linux-core-arm64.tar.gz"
|
|
arm64.sha256 = "7a4b7c2a5dd12fe6c1a1e7a1a42587eea0f866dfa78bd5803ac23d670e19562d"
|
|
amd64.url = "https://github.com/Radarr/Radarr/releases/download/v5.9.1.9070/Radarr.master.5.9.1.9070.linux-core-x64.tar.gz"
|
|
amd64.sha256 = "6f2605437409544955352c5858ec741166eb7832a015c6901645cd916b774cff"
|
|
i386.url = "https://github.com/Radarr/Radarr/releases/download/v5.9.1.9070/Radarr.master.5.9.1.9070.linux-core-x86.tar.gz"
|
|
i386.sha256 = "f7e2434666cef0c2decb9506399d81f6b39d2d9a4a53858ece0363cb8a08d3f7"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset.armhf = ".*linux-core-arm.tar.gz"
|
|
autoupdate.asset.arm64 = ".*linux-core-arm64.tar.gz"
|
|
autoupdate.asset.amd64 = ".*linux-core-x64.tar.gz"
|
|
autoupdate.asset.i386 = ".*linux-core-x86.tar.gz"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["logs"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.allowed = "visitors"
|
|
api.show_tile = false
|
|
api.protected = true
|
|
|
|
[resources.apt]
|
|
packages = "curl, mediainfo, sqlite3"
|