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

69 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"
},
2021-02-25 23:43:48 +01:00
"version": "1.5.0~ynh1",
"url": "https://roundcube.net/",
2019-01-28 04:58:51 +01:00
"license": "GPL-3.0-only",
"maintainer": {
2021-03-14 22:09:02 +01:00
"name": "",
"email": ""
},
2019-03-03 18:12:41 +01:00
"requirements": {
2021-03-15 09:18:47 +01:00
"yunohost": ">= 4.1.7"
2019-03-03 18:12:41 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-02-25 23:43:48 +01:00
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/webmail",
"default": "/webmail"
},
2020-11-09 15:09:23 +01:00
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2021-04-21 23:09:56 +02:00
"choices": ["de_DE", "en_GB", "fr_FR", "it_IT"],
2020-11-09 15:19:42 +01:00
"default": "en_GB"
2020-11-09 15:09:23 +01:00
},
{
"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
}
]
}
}