1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00
This commit is contained in:
OniriCorpe 2022-03-13 20:54:36 +01:00
parent ba2f74f05d
commit 8b9d7b9412

View file

@ -34,19 +34,11 @@
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"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" "example": "gotosocial.example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": {
"en": "The username of your admin account.",
"fr": "Le nom d'utilisateur de votre compte admin."
},
"example": "johndoe" "example": "johndoe"
}, },
{ {
@ -61,10 +53,6 @@
{ {
"name": "password", "name": "password",
"type": "password", "type": "password",
"ask": {
"en": "The password for your administrator account.",
"fr": "Le mot de passe de votre compte administrateur."
},
"help": { "help": {
"en": "Must contain: upper case, lower case, number and special character.", "en": "Must contain: upper case, lower case, number and special character.",
"fr": "Il doit contenir : majuscule, minuscule, chiffre et caractère spécial." "fr": "Il doit contenir : majuscule, minuscule, chiffre et caractère spécial."