2016-03-28 22:14:19 +02:00
|
|
|
{
|
|
|
|
"id": "roundcube",
|
2016-05-09 22:17:05 +02:00
|
|
|
"name": "Roundcube",
|
2017-06-02 17:15:57 +02:00
|
|
|
"packaging_format": 1,
|
2016-03-28 22:14:19 +02:00
|
|
|
"description": {
|
|
|
|
"en": "Open Source Webmail software",
|
|
|
|
"fr": "Webmail Open Source"
|
|
|
|
},
|
2016-05-01 14:44:21 +02:00
|
|
|
"url": "https://roundcube.net/",
|
|
|
|
"license": "GPL-3",
|
2018-04-21 17:42:06 +02:00
|
|
|
"version": "1.3.6~ynh1",
|
2016-03-28 22:14:19 +02:00
|
|
|
"maintainer": {
|
2017-08-26 03:24:41 +02:00
|
|
|
"name": "YunoHost Contributors",
|
|
|
|
"email": "apps@yunohost.org"
|
2016-03-28 22:14:19 +02:00
|
|
|
},
|
2016-05-07 02:11:39 +02:00
|
|
|
"multi_instance": true,
|
2016-03-28 22:14:19 +02:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php5-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"requirements": {
|
2017-08-27 13:10:36 +02:00
|
|
|
"yunohost": ">= 2.7.2"
|
2016-03-28 22:14:19 +02:00
|
|
|
},
|
|
|
|
"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"
|
2016-05-15 23:51:33 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "with_carddav",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Install CardDAV synchronization plugin?",
|
|
|
|
"fr": "Installer le plugin de synchronisation CardDAV ?"
|
|
|
|
},
|
2017-06-19 02:10:09 +02:00
|
|
|
"default": false
|
2017-07-03 15:05:22 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "with_enigma",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
2017-07-11 14:01:41 +02:00
|
|
|
"en": "Install Enigma messages encryption plugin?",
|
2017-07-03 15:05:22 +02:00
|
|
|
"fr": "Installer le plugin de chiffrement des messages Enigma ?"
|
|
|
|
},
|
|
|
|
"default": false
|
2016-03-28 22:14:19 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|