mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
50ba799c93
* Upgrade to v0.52.0 (#117) * Upgrade to v0.52.0 https://github.com/navidrome/navidrome/releases/tag/v0.52.0 * Auto-update READMEs * fix * Auto-update READMEs --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
81 lines
2.5 KiB
TOML
81 lines
2.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "navidrome"
|
|
name = "Navidrome"
|
|
description.en = "Modern Music Server and Streamer compatible with Subsonic/Airsonic"
|
|
description.fr = "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
|
|
|
|
version = "0.52.5~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-only"
|
|
website = "https://www.navidrome.org"
|
|
demo = "https://demo.navidrome.org/app/#/login"
|
|
admindoc = "https://www.navidrome.org/docs"
|
|
code = "https://github.com/deluan/navidrome"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/navidrome"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "You must activate 'Visitors' if you want to connect a client player to Navidrome. This can be changed later via the webadmin."
|
|
help.fr = "Vous devez activer 'Visiteurs' si vous souhaitez connecter un lecteur client à Navidrome. Vous pourrez changer ceci plus tard via la webadmin."
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["de", "en", "es", "fr", "it", "nl", "pt"]
|
|
default = "fr"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
amd64.url = "https://github.com/navidrome/navidrome/releases/download/v0.52.5/navidrome_0.52.5_linux_amd64.tar.gz"
|
|
amd64.sha256 = "b9781ea560ea09926557c665472faa26920738a5ffa0680c19f70df97f51598f"
|
|
arm64.url = "https://github.com/navidrome/navidrome/releases/download/v0.52.5/navidrome_0.52.5_linux_arm64.tar.gz"
|
|
arm64.sha256 = "a64f2d088ed24b7fbbe61e29146212eb11dcc089cd229bb697f6eb7ec0651857"
|
|
armhf.url = "https://github.com/navidrome/navidrome/releases/download/v0.52.5/navidrome_0.52.5_linux_armv7.tar.gz"
|
|
armhf.sha256 = "ce9208cea8548a37920b8dbe133298f9ee2277141e77cb98e1b011e7b02fb428"
|
|
in_subdir = false
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset.amd64 = "^navidrome_.*_linux_amd64.tar.gz$"
|
|
autoupdate.asset.arm64 = "^navidrome_.*_linux_arm64.tar.gz$"
|
|
autoupdate.asset.armhf = "^navidrome_.*_linux_armv7.tar.gz$"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "ffmpeg"
|