1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00
lidarr_ynh/manifest.toml
2023-12-11 05:16:52 +01:00

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.0.7.3849~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.0.7.3849/Lidarr.master.2.0.7.3849.linux-core-arm64.tar.gz"
arm64.sha256 = "6826946609e4e2b9e1115de10d5671d417f3f8fb5e79f19e1af11da0a5c6c718"
amd64.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.0.7.3849/Lidarr.master.2.0.7.3849.linux-core-x64.tar.gz"
amd64.sha256 = "4eac15595de47c14ea1987fa3d3f47d04f58886fc07cb5845622a8715ae166e5"
armhf.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.0.7.3849/Lidarr.master.2.0.7.3849.linux-core-arm.tar.gz"
armhf.sha256 = "8f8ae3d8747f796268938afdc3a8a3bc6bce70f31110f8b45f83da66b4f26a46"
i386.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.0.7.3849/Lidarr.master.2.0.7.3849.linux-core-x86.tar.gz"
i386.sha256 = "9df6d6a81fceabc566e6e32959a341ff7ddee02cccb84d26b658a08303cdb5b8"
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"