mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
55 lines
1.8 KiB
JSON
55 lines
1.8 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": "true",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|