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:
parent
16fbab8b53
commit
0dd5bb092b
1 changed files with 12 additions and 9 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue