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

56 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "Rainloop",
"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
},
"url": "http://rainloop.net/",
"maintainer": {
"name": "polytan02",
"email": "polytan02@mcgva.org"
},
2015-03-07 16:04:55 +01:00
"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"
2015-02-06 19:42:21 +01:00
},
{
"name": "is_public",
"ask": {
"en": "Is it a public application ?",
"fr": "Est-ce une page publique ?"
},
"choices": ["Yes", "No"],
2015-06-28 14:13:58 +02:00
"default": "No"
},
{
"name": "dp_pwd",
"type": "password",
"ask": {
2015-03-07 15:37:40 +01:00
"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"
2015-02-06 19:42:21 +01:00
}
]
}
}