mirror of
https://github.com/YunoHost-Apps/lidarr_ynh.git
synced 2024-09-03 19:35:58 +02:00
76 lines
2.5 KiB
TOML
76 lines
2.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "lidarr"
|
|
name = "Lidarr"
|
|
description.en = "Music collection manager for Usenet and BitTorrent users"
|
|
description.fr = "Gestionnaire de discothèque pour utilisateurs de Usenet et BitTorrent"
|
|
|
|
version = "2.3.3.4204~ynh1"
|
|
|
|
maintainers = ["tituspijean"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-only"
|
|
website = "https://lidarr.audio"
|
|
admindoc = "https://wiki.servarr.com/Lidarr"
|
|
code = "https://github.com/Lidarr/Lidarr"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/lidarr"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "admins"
|
|
help.en = "Select which group should be able to access and configure the app. Do not select Visitors!"
|
|
help.fr = "Sélectionnez quel groupe devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
arm64.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.3.3.4204/Lidarr.master.2.3.3.4204.linux-core-arm64.tar.gz"
|
|
arm64.sha256 = "8925d7c7cf48ecf8f69c0b9aa47c09b486e58fe4c3addfe4f4e8812bc404c528"
|
|
amd64.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.3.3.4204/Lidarr.master.2.3.3.4204.linux-core-x64.tar.gz"
|
|
amd64.sha256 = "ba55a0f41843aff445138b1f5c67fe8bd5b42a93982a3b64e3da81788c08f5d5"
|
|
armhf.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.3.3.4204/Lidarr.master.2.3.3.4204.linux-core-arm.tar.gz"
|
|
armhf.sha256 = "9e5b0b44827f564e7e9affb8e6b7f933ed1fec4aed58ff8ab9a1b25352546fbb"
|
|
i386.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.3.3.4204/Lidarr.master.2.3.3.4204.linux-core-x86.tar.gz"
|
|
i386.sha256 = "611dbfdb0c737b33a875ee66aab67f5026a3cf8edeb9721c849f1a7d7dc6c5a4"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset.amd64 = ".*linux-core-x64.tar.gz"
|
|
autoupdate.asset.i386 = ".*linux-core-x86.tar.gz"
|
|
autoupdate.asset.armhf = ".*linux-core-arm.tar.gz"
|
|
autoupdate.asset.arm64 = ".*linux-core-arm64.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"
|