From 0dd5bb092bc8d16831bce322ce04b57d5c6b5cc9 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 13 Mar 2022 18:34:05 +0100 Subject: [PATCH] setting up install arguments --- manifest.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index e1a56ad..0fe0b35 100644 --- a/manifest.json +++ b/manifest.json @@ -34,26 +34,29 @@ { "name": "domain", "type": "domain", - "example": "example.com" + "help": { + "en": "The domain name on which your instance will be installed.", + "fr": "Le nom de domaine sur lequel sera installé votre instance." + }, + "example": "gotosocial.example.com" }, { "name": "admin", "type": "user", + "help": { + "en": "The username of your admin account.", + "fr": "Le nom d'utilisateur de votre compte admin." + }, "example": "johndoe" }, - { - "name": "is_public", - "type": "boolean", - "default": true - }, { "name": "password", "type": "password", "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." + "en": "The password for your administrator account. Must contain: upper case, lower case, number and special character.", + "fr": "Le mot de passe de votre compte administrateur. Doit contenir : majuscule, minuscule, chiffre et caractère spécial." }, - "example": "Choose a password" + "example": "Choose a strong password" } ] }