1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
rainloop_ynh/manifest.json
2015-03-07 15:04:55 +00:00

64 lines
2.2 KiB
JSON

{
"name": "Rainloop",
"id": "rainloop",
"description": {
"en": "Lightweight webmail",
"fr": "Webmail leger"
},
"url": "http://rainloop.net/",
"maintainer": {
"name": "polytan02",
"email": "polytan02@mcgva.org"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Rainloop",
"fr": "Choisissez un domaine pour Rainloop"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Rainloop",
"fr": "Choisissez un chemin pour Rainloop"
},
"example": "/rainloop",
"default": "/rainloop"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application ?",
"fr": "Est-ce une page publique ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "dp_pwd",
"type": "password",
"ask": {
"en": "Choose a password for Rainloop MySQL database. Please note that the table and the user will be rainloop (case sensitive - used for 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"
},
{
"name": "manual_config",
"ask": {
"en": "IMPORTANT : Manual configuration after installation with login : admin // password : 12345",
"fr": "IMPORTANT : Configuration manuelle après installation avec utilisateur : admin // mot de passe : 12345"
},
"choices": ["Yes", "Yes (You don't have a choice !)"],
"default": "Yes"
}
]
}
}