mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
64fb4bb9fd
- Domain settings - Default domain - Admin username (default password is still 12345) - MySQL settings
55 lines
1.6 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|