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

77 lines
2.5 KiB
TOML
Raw Normal View History

2023-03-23 23:13:14 +01:00
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.5.3.4341~ynh1"
2023-03-23 23:13:14 +01:00
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]
2023-09-29 19:05:06 +02:00
yunohost = ">= 11.2"
2023-03-23 23:22:09 +01:00
architectures = "all"
2023-03-23 23:13:14 +01:00
multi_instance = true
2023-03-23 23:29:06 +01:00
ldap = false
2023-03-23 23:22:09 +01:00
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-23 23:13:14 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/lidarr"
2023-09-29 19:05:06 +02:00
[install.init_main_permission]
type = "group"
2023-09-30 15:48:15 +02:00
default = "admins"
help.en = "Select which group should be able to access and configure the app. Do not select Visitors!"
2023-09-30 15:50:40 +02:00
help.fr = "Sélectionnez quel groupe devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !"
2023-03-23 23:13:14 +01:00
[resources]
[resources.sources.main]
arm64.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.5.3.4341/Lidarr.master.2.5.3.4341.linux-core-arm64.tar.gz"
arm64.sha256 = "4aa444eb68483a6684ea4032bbbf74dce883402d9bc9dfd0e12d562b1a48c2e5"
amd64.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.5.3.4341/Lidarr.master.2.5.3.4341.linux-core-x64.tar.gz"
amd64.sha256 = "46bc4677de8ef6f16d051e4010a4ebe7c5df1f36124f74d6dde1bde7ee6fb070"
armhf.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.5.3.4341/Lidarr.master.2.5.3.4341.linux-core-arm.tar.gz"
armhf.sha256 = "9c553ed8b410811fd18f48f4523eb3bf57f527328709bfd2d3c6d396f7afaaa3"
i386.url = "https://github.com/Lidarr/Lidarr/releases/download/v2.5.3.4341/Lidarr.master.2.5.3.4341.linux-core-x86.tar.gz"
i386.sha256 = "19b0aea048b9ee5363854ac0f954393b1e493aea96c13bb9c5034e5db1c4bc3b"
2023-03-23 23:13:14 +01:00
2023-04-17 16:10:45 +02:00
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"
2023-03-23 23:22:09 +01:00
[resources.ports]
2023-03-23 23:13:14 +01:00
[resources.system_user]
[resources.install_dir]
2023-03-24 08:46:07 +01:00
[resources.data_dir]
2023-05-23 10:11:31 +02:00
subdirs = ["logs"]
2023-03-24 08:46:07 +01:00
2023-03-23 23:13:14 +01:00
[resources.permissions]
main.url = "/"
api.url = "/api"
2023-03-23 23:29:06 +01:00
api.allowed = "visitors"
2023-03-23 23:22:09 +01:00
api.show_tile = false
api.protected = true
[resources.apt]
2023-09-29 19:05:06 +02:00
packages = "curl, mediainfo, sqlite3"