2015-02-01 20:20:54 +01:00
|
|
|
{
|
2017-10-08 19:03:08 +02:00
|
|
|
"name": "Rainloop",
|
|
|
|
"id": "rainloop",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Lightweight multi-account webmail",
|
|
|
|
"fr": "Webmail léger multi-comptes"
|
|
|
|
},
|
2019-03-09 12:56:22 +01:00
|
|
|
"version": "1.12.1~ynh2",
|
2017-10-08 19:03:08 +02:00
|
|
|
"url": "https://www.rainloop.net/",
|
2019-02-11 18:10:50 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2017-10-08 19:03:08 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "scith, Djip007, polytan02"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2019-02-25 19:38:00 +01:00
|
|
|
"yunohost": ">= 3.2.0"
|
2017-10-08 19:03:08 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2019-02-25 19:39:14 +01:00
|
|
|
"php7.0-fpm",
|
2017-10-08 19:03:08 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
2019-02-11 18:26:17 +01:00
|
|
|
"en": "Choose a domain name for Rainloop",
|
|
|
|
"fr": "Choisissez un nom de domaine pour Rainloop"
|
2017-10-08 19:03:08 +02:00
|
|
|
},
|
2019-02-11 18:15:01 +01:00
|
|
|
"example": "example.com"
|
2017-10-08 19:03:08 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a path for Rainloop",
|
|
|
|
"fr": "Choisissez un chemin pour Rainloop"
|
|
|
|
},
|
|
|
|
"example": "/rainloop",
|
|
|
|
"default": "/rainloop"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
|
|
|
},
|
|
|
|
"default": false
|
|
|
|
},
|
2019-03-09 13:02:31 +01:00
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
|
|
|
"ask": {
|
|
|
|
"en": "Set the administrator password",
|
|
|
|
"fr": "Définissez le mot de passe administrateur"
|
|
|
|
},
|
|
|
|
"help": {
|
|
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
|
|
},
|
|
|
|
"example": "Choose a password"
|
|
|
|
},
|
2017-10-08 19:03:08 +02:00
|
|
|
{
|
|
|
|
"name": "ldap",
|
|
|
|
"type": "boolean",
|
|
|
|
"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 ?"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "lang",
|
2019-02-25 19:36:03 +01:00
|
|
|
"type": "string",
|
2017-10-08 19:03:08 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Select default language",
|
|
|
|
"fr": "Definir la langue par defaut"
|
|
|
|
},
|
|
|
|
"choices": ["English", "Francais"],
|
|
|
|
"default": "English"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2015-02-01 20:20:54 +01:00
|
|
|
}
|