mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"package_format": 1,
|
|
"id": "roundcube",
|
|
"name": "Roundcube",
|
|
"description": {
|
|
"en": "Open Source Webmail software",
|
|
"fr": "Webmail Open Source"
|
|
},
|
|
"url": "https://roundcube.net/",
|
|
"license": "GPL-3",
|
|
"version": "1.2.3",
|
|
"maintainer": {
|
|
"name": "jerome",
|
|
"email": "jerome@yunohost.org"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm",
|
|
"mysql"
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 2.4.0"
|
|
},
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Roundcube",
|
|
"fr": "Choisissez un domaine pour Roundcube"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Roundcube",
|
|
"fr": "Choisissez un chemin pour Roundcube"
|
|
},
|
|
"example": "/webmail",
|
|
"default": "/webmail"
|
|
},
|
|
{
|
|
"name": "with_carddav",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Install CardDAV synchronization plugin?",
|
|
"fr": "Installer le plugin de synchronisation CardDAV ?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|