2023-02-16 19:21:12 +01:00
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"
2024-04-28 09:49:26 +02:00
version = "0.52.0~ynh1"
2023-02-16 19:21:12 +01:00
2024-02-14 11:03:16 +01:00
maintainers = [ ]
2023-02-16 19:21:12 +01:00
[ 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 ]
2023-10-29 14:58:18 +01:00
yunohost = ">= 11.2"
2023-02-16 19:21:12 +01:00
architectures = [ "amd64" , "arm64" , "armhf" ]
multi_instance = false
2023-11-17 08:17:54 +01:00
2023-02-16 19:21:12 +01:00
ldap = false
2023-11-17 08:17:54 +01:00
2023-02-16 19:21:12 +01:00
sso = true
2023-11-17 08:17:54 +01:00
2023-02-16 19:21:12 +01:00
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."
2023-06-09 20:26:43 +02:00
help . fr = "Vous devez activer 'Visiteurs' si vous souhaitez connecter un lecteur client à Navidrome. Vous pourrez changer ceci plus tard via la webadmin."
2023-02-16 19:21:12 +01:00
type = "group"
default = "visitors"
[ install . language ]
ask . en = "Choose the application language"
ask . fr = "Choisissez la langue de l'application"
2023-10-29 14:58:18 +01:00
type = "select"
2023-02-16 19:21:12 +01:00
choices = [ "de" , "en" , "es" , "fr" , "it" , "nl" , "pt" ]
default = "fr"
[ resources ]
2023-06-09 20:26:43 +02:00
[ resources . sources ]
[ resources . sources . main ]
2024-04-28 09:49:26 +02:00
amd64 . url = "https://github.com/navidrome/navidrome/releases/download/v0.52.0/navidrome_0.52.0_linux_amd64.tar.gz"
amd64 . sha256 = "88a3b24b5de094911ea414763f52c8407fc7e6473fedc64fa1f4d8f92ddba8e0"
arm64 . url = "https://github.com/navidrome/navidrome/releases/download/v0.52.0/navidrome_0.52.0_linux_arm64.tar.gz"
arm64 . sha256 = "aea1ffa9be35199f4cd5e01e55995f825d159bca6e8f648bdb01e7d3b2ad1f7b"
armhf . url = "https://github.com/navidrome/navidrome/releases/download/v0.52.0/navidrome_0.52.0_linux_armv7.tar.gz"
armhf . sha256 = "2f96d207a71e5e048d67bc23ce6cc18a71ef7a9de84a0a430cd8917cfaa52e13"
2023-06-09 20:26:43 +02:00
in_subdir = false
2024-02-15 04:45:15 +01:00
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$"
2023-06-09 20:26:43 +02:00
2023-02-16 19:21:12 +01:00
[ resources . system_user ]
[ resources . install_dir ]
[ resources . ports ]
[ resources . permissions ]
main . url = "/"
[ resources . apt ]
packages = "ffmpeg"