mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
5d1bad8c89
* 0.43.0
54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "Navidrome",
|
|
"id": "navidrome",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
|
|
"fr": "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
|
|
},
|
|
"version": "0.43.0~ynh1",
|
|
"url": "https://www.navidrome.org",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://www.navidrome.org",
|
|
"demo": "https://demo.navidrome.org/app/#/login",
|
|
"admindoc": "https://www.navidrome.org/docs",
|
|
"userdoc": "https://yunohost.org/en/app_navidrome",
|
|
"code": "https://github.com/deluan/navidrome"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "eric_G"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/navidrome",
|
|
"default": "/navidrome"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "You must activate public site if you want to connect a client player to Navidrome. This can be changed later via the webadmin.",
|
|
"fr": "Vous devez activer site public si vous souhaitez connecter un lecteur client à Navidrome. Vous pourrez changer ceci plus tard via la webadmin."
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|