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"
|
|
|
|
},
|
2020-02-20 22:14:10 +01:00
|
|
|
"version": "1.4.3~ynh1",
|
2016-05-01 14:44:21 +02:00
|
|
|
"url": "https://roundcube.net/",
|
2019-01-28 04:58:51 +01:00
|
|
|
"license": "GPL-3.0-only",
|
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
|
|
|
},
|
2019-03-03 18:12:41 +01:00
|
|
|
"requirements": {
|
2019-05-18 18:42:54 +02:00
|
|
|
"yunohost": ">= 3.5.0"
|
2019-03-03 18:12:41 +01:00
|
|
|
},
|
2016-05-07 02:11:39 +02:00
|
|
|
"multi_instance": true,
|
2016-03-28 22:14:19 +02:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
2019-03-03 18:14:38 +01:00
|
|
|
"php7.0-fpm",
|
2016-03-28 22:14:19 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|