mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
59 lines
1.9 KiB
JSON
59 lines
1.9 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.30.1~ynh1",
|
|||
|
"url": "https://github.com/deluan/navidrome/",
|
|||
|
"license": "AGPL-3.0-only",
|
|||
|
"maintainer": {
|
|||
|
"name": ""
|
|||
|
},
|
|||
|
"requirements": {
|
|||
|
"yunohost": ">= 3.8.1"
|
|||
|
},
|
|||
|
"multi_instance": false,
|
|||
|
"services": [
|
|||
|
"nginx"
|
|||
|
],
|
|||
|
"arguments": {
|
|||
|
"install" : [
|
|||
|
{
|
|||
|
"name": "domain",
|
|||
|
"type": "domain",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a domain name for Navidrome",
|
|||
|
"fr": "Choisissez un nom de domaine pour Navidrome"
|
|||
|
},
|
|||
|
"example": "domain.org"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "path",
|
|||
|
"type": "path",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a path for Navidrome",
|
|||
|
"fr": "Choisissez un chemin pour Navidrome"
|
|||
|
},
|
|||
|
"example": "/navidrome",
|
|||
|
"default": "/navidrome"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "is_public",
|
|||
|
"type": "boolean",
|
|||
|
"ask": {
|
|||
|
"en": "Is it a public site?",
|
|||
|
"fr": "Est-ce un site public ?"
|
|||
|
},
|
|||
|
"help": {
|
|||
|
"en": "If enabled, Navidrome will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|||
|
"fr": "Si cette case est cochée, Navidrome sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|||
|
},
|
|||
|
"default": true
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|