1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update manifest.json

This commit is contained in:
frju365 2017-04-19 00:57:46 +02:00 committed by GitHub
parent 28fe467d5e
commit ff8ab51d4c

View file

@ -1,10 +1,10 @@
{
"name": "CryptPad",
"id": "cryptpad",
"name": "NodeBB",
"id": "nodebb",
"packaging_format": 1,
"description": {
"en": "Encrypted Pad",
"fr": "Créateur de pad crypté."
"en": "Nodejs Forum",
"fr": "Forum écrit en nodejs"
},
"url": "https://cryptpad.fr/",
"license": "GPLv3",
@ -49,6 +49,32 @@
"fr": "Est-ce un site publique ? "
},
"default": true
},
{
"name": "admin_name",
"type": "user",
"ask": {
"en": "Choose the Abantecart administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Abantecart (doit être un utilisateur YunoHost existant)"
},
"example": "homer"
},
{
"name": "admin_pass",
"type": "password",
"ask": {
"en": "Set the password for the Admin user ≥ 5 character",
"fr": "Définissez le mot de passe pour l'Administrateur. ≥ cinq charactères"
},
"example": "myreallystrengthpassword"
},
{
"name": "admin_email",
"type": "email",
"ask": {
"fr": "Votre adresse mail."
},
"exemple": "abc@efg.hi"
}
]
}