mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Add indication for configuration
This commit is contained in:
parent
ed8e33b779
commit
91a530e41f
1 changed files with 4 additions and 8 deletions
|
@ -5,6 +5,10 @@
|
||||||
"en": "Lightweight webmail",
|
"en": "Lightweight webmail",
|
||||||
"fr": "Webmail leger"
|
"fr": "Webmail leger"
|
||||||
},
|
},
|
||||||
|
"warning": {
|
||||||
|
"en": "Right after installation, please finish configuration by hand. Login : admin / Passwd : 12345",
|
||||||
|
"fr": "Juste après l'installation, veuillez finir manuellement la configuration. Login : admin / Passwd : 12345"
|
||||||
|
},
|
||||||
"url": "http://rainloop.net/",
|
"url": "http://rainloop.net/",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "polytan02",
|
"name": "polytan02",
|
||||||
|
@ -49,14 +53,6 @@
|
||||||
"fr": "Choisissez un mot de passe pour la base MySQL de Rainloop. Veuillez noter que la table et l'utilisateur créés seront rainloop (sensible à la casse - utilisé pour carddav)"
|
"fr": "Choisissez un mot de passe pour la base MySQL de Rainloop. Veuillez noter que la table et l'utilisateur créés seront rainloop (sensible à la casse - utilisé pour carddav)"
|
||||||
},
|
},
|
||||||
"example": "my_strong_password"
|
"example": "my_strong_password"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "warning",
|
|
||||||
"type": "warning",
|
|
||||||
"ask": {
|
|
||||||
"en": "Right after installation, please finish configuration by hand. Login : admin / Passwd : 12345",
|
|
||||||
"fr": "Juste après l'installation, veuillez finir manuellement la configuration. Login : admin / Passwd : 12345"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue