2015-02-01 20:20:54 +01:00
|
|
|
{
|
2015-03-07 15:30:01 +01:00
|
|
|
"name": "Rainloop",
|
2015-02-01 20:20:54 +01:00
|
|
|
"id": "rainloop",
|
|
|
|
"description": {
|
2015-03-07 16:04:55 +01:00
|
|
|
"en": "Lightweight webmail",
|
|
|
|
"fr": "Webmail leger"
|
2015-03-07 15:55:03 +01:00
|
|
|
},
|
2015-02-01 20:20:54 +01:00
|
|
|
"url": "http://rainloop.net/",
|
2016-01-28 20:10:38 +01:00
|
|
|
"license": "free",
|
2015-02-01 20:20:54 +01:00
|
|
|
"maintainer": {
|
2015-11-19 20:37:30 +01:00
|
|
|
"name": "scith, Djip007",
|
|
|
|
"email": "none@domaine.org"
|
2015-02-01 20:20:54 +01:00
|
|
|
},
|
2015-03-07 16:04:55 +01:00
|
|
|
"multi_instance": "false",
|
2016-01-28 20:10:38 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php5-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
2015-02-01 20:20:54 +01:00
|
|
|
"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"
|
2015-02-06 19:42:21 +01:00
|
|
|
},
|
2015-10-07 17:43:41 +02:00
|
|
|
{
|
2015-02-06 19:42:21 +01:00
|
|
|
"name": "is_public",
|
|
|
|
"ask": {
|
2015-10-24 14:24:50 +02:00
|
|
|
"en": "Is it a public application?",
|
2015-02-06 19:42:21 +01:00
|
|
|
"fr": "Est-ce une page publique ?"
|
|
|
|
},
|
|
|
|
"choices": ["Yes", "No"],
|
2015-06-28 14:13:58 +02:00
|
|
|
"default": "No"
|
2015-10-07 17:43:41 +02:00
|
|
|
},
|
|
|
|
{
|
2015-10-11 22:46:23 +02:00
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
2015-03-07 15:30:01 +01:00
|
|
|
"ask": {
|
2015-10-11 22:46:23 +02:00
|
|
|
"en": "Choose a strong password for the 'admin' user",
|
|
|
|
"fr": "Choisissez un mot de passe fort pour l'administrateur 'admin'"
|
|
|
|
}
|
2015-10-24 14:24:50 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ldap",
|
|
|
|
"ask": {
|
|
|
|
"en": "Do you want to add YunoHost users to the recipients suggestions?",
|
|
|
|
"fr": "Souhaitez-vous ajouter les utilisateurs YunoHost dans les suggestions de destinataires ?"
|
|
|
|
},
|
|
|
|
"choices": ["Yes", "No"],
|
|
|
|
"default": "Yes"
|
2016-01-15 00:22:31 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "lang",
|
|
|
|
"ask": {
|
|
|
|
"en": "Select default language",
|
|
|
|
"fr": "Definir la langue par defaut"
|
|
|
|
},
|
|
|
|
"choices": ["English", "Francais"],
|
|
|
|
"default": "English"
|
2015-10-07 17:43:41 +02:00
|
|
|
}
|
2015-02-01 20:20:54 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|