1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2021-03-15 09:17:20 +01:00
parent 8eb668f6db
commit c7e6e9708c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -13,7 +13,7 @@
"name": "eric_G"
},
"requirements": {
"yunohost": ">= 3.8.1"
"yunohost": ">= 4.1.7"
},
"multi_instance": false,
"services": [
@ -24,29 +24,17 @@
{
"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": "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."