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

66 lines
1.8 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"
},
"version": "1.5.3~ynh1",
"url": "https://roundcube.net/",
2021-05-28 22:06:42 +02:00
"upstream": {
"license": "GPL-3.0-only",
2021-08-18 20:11:30 +02:00
"website": "https://roundcube.net/",
2021-05-28 22:06:42 +02:00
"demo": "https://demo.yunohost.org/webmail/",
"admindoc": "https://github.com/roundcube/roundcubemail/wiki",
"code": "https://github.com/roundcube/roundcubemail"
},
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": {
"yunohost": ">= 4.3.2"
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",
2021-09-19 10:08:20 +02:00
"type": "domain"
},
{
"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
}
]
}
}