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
scith 64fb4bb9fd Autoconfig
- Domain settings
- Default domain
- Admin username (default password is still 12345)
- MySQL settings
2015-10-07 17:43:41 +02:00

55 lines
1.6 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": "No"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Rainloop administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur Rainloop (doit être un utilisateur YunoHost déjà existant)"
},
"example": "homer"
}
]
}
}