1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Krakinou 2018-12-15 20:17:23 +01:00
parent 9182dc0064
commit 2b27deecfe

View file

@ -18,7 +18,8 @@
},
"multi_instance": false,
"services": [
"nginx"
"nginx",
"calibreweb"
],
"arguments": {
"install" : [
@ -62,6 +63,19 @@
},
"example": "johndoe"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
},
{
"name": "language",
"type":"language",