From 2b27deecfe969d800328b016065817a0d10dd13b Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 15 Dec 2018 20:17:23 +0100 Subject: [PATCH] manifest --- manifest.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e9681ff..64b8954 100644 --- a/manifest.json +++ b/manifest.json @@ -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",