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"
|
|
|
|
|
2023-04-18 20:15:45 +02:00
|
|
|
version = "1.1.4.3027~ynh2"
|
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-05-23 10:11:31 +02:00
|
|
|
yunohost = ">= 11.1.19"
|
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"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2023-04-18 20:15:45 +02:00
|
|
|
arm64.url = "https://github.com/Lidarr/Lidarr/releases/download/v1.1.4.3027/Lidarr.master.1.1.4.3027.linux-core-arm64.tar.gz"
|
|
|
|
arm64.sha256 = "8ab64b41f78602433a99be845c2dadbac972c3b41805983f6916f42f1ec22450"
|
|
|
|
amd64.url = "https://github.com/Lidarr/Lidarr/releases/download/v1.1.4.3027/Lidarr.master.1.1.4.3027.linux-core-x64.tar.gz"
|
|
|
|
amd64.sha256 = "246bf849738d567711756aadaaf2a70562579e9d7a0162f216f50b4d63e60207"
|
|
|
|
armhf.url = "https://github.com/Lidarr/Lidarr/releases/download/v1.1.4.3027/Lidarr.master.1.1.4.3027.linux-core-arm.tar.gz"
|
|
|
|
armhf.sha256 = "d6d9b58f025c9f83b5aa3ad2416b6cfcf4717a398ca6cabd9cbb9c85adfe81b4"
|
|
|
|
i386.url = "https://github.com/Lidarr/Lidarr/releases/download/v1.1.4.3027/Lidarr.master.1.1.4.3027.linux-core-x86.tar.gz"
|
|
|
|
i386.sha256 = "1677d199ee1c60b93d8de0ebb308bc84d871086560237bb8d0767126ccaa0baa"
|
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 = "/"
|
2023-03-23 23:22:09 +01:00
|
|
|
api.main.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]
|
|
|
|
packages = "curl mediainfo sqlite3"
|