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.0.3.8127~ynh2"
|
|
|
|
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.0.3.8127/Radarr.master.5.0.3.8127.linux-core-arm.tar.gz"
|
|
armhf.sha256 = "cc9a151b10df92e57cbd8e59404aca1e4cf70ce1766b9cf52d47930803471ec9"
|
|
arm64.url = "https://github.com/Radarr/Radarr/releases/download/v5.0.3.8127/Radarr.master.5.0.3.8127.linux-core-arm64.tar.gz"
|
|
arm64.sha256 = "1430edeada3b3d4127e1d872d7762d1c8856fca7845cd2632bd557af3449f963"
|
|
amd64.url = "https://github.com/Radarr/Radarr/releases/download/v5.0.3.8127/Radarr.master.5.0.3.8127.linux-core-x64.tar.gz"
|
|
amd64.sha256 = "40bd9b5881d3d053372a8863b6285642183f4aa48698e47f8ff40db8be5c165b"
|
|
i386.url = "https://github.com/Radarr/Radarr/releases/download/v5.0.3.8127/Radarr.master.5.0.3.8127.linux-core-x86.tar.gz"
|
|
i386.sha256 = "434cd9886a69c67a6b79100a6622794861e40981f1ed3a62bc179b9090359254"
|
|
|
|
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"
|