1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
roundcube_ynh/manifest.json

58 lines
1.5 KiB
JSON
Raw Normal View History

{
"id": "roundcube",
"name": "Roundcube",
2017-06-02 17:15:57 +02:00
"packaging_format": 1,
"description": {
"en": "Open Source Webmail software",
"fr": "Webmail Open Source"
},
"url": "https://roundcube.net/",
"license": "GPL-3",
2017-06-18 19:47:11 +02:00
"version": "1.2.5",
"maintainer": {
"name": "-",
"email": "-"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"requirements": {
2016-05-22 22:31:32 +02:00
"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 ?"
},
2017-06-18 01:54:50 +02:00
"default": "false"
}
]
}
}