1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

setting up install arguments

This commit is contained in:
OniriCorpe 2022-03-13 18:34:05 +01:00
parent 16fbab8b53
commit 0dd5bb092b

View file

@ -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"
}
]
}