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

67 lines
1.9 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"
},
2019-03-03 18:12:41 +01:00
"version": "1.3.6~ynh2",
"url": "https://roundcube.net/",
"license": "GPL-3",
"maintainer": {
2017-08-26 03:24:41 +02:00
"name": "YunoHost Contributors",
"email": "apps@yunohost.org"
},
2019-03-03 18:12:41 +01:00
"requirements": {
"yunohost": ">= 3.2.0"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"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"
},
{
"name": "with_carddav",
"type": "boolean",
"ask": {
"en": "Install CardDAV synchronization plugin?",
"fr": "Installer le plugin de synchronisation CardDAV ?"
},
"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
}
]
}
}