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"
|
|
|
|
},
|
2022-09-29 23:08:15 +02:00
|
|
|
"version": "1.6.0~ynh3",
|
2016-05-01 14:44:21 +02:00
|
|
|
"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",
|
2022-08-15 08:41:00 +02:00
|
|
|
"code": "https://github.com/roundcube/roundcubemail",
|
|
|
|
"cpe": "cpe:2.3:a:roundcube:webmail"
|
2021-05-28 22:06:42 +02:00
|
|
|
},
|
2019-01-28 04:58:51 +01:00
|
|
|
"license": "GPL-3.0-only",
|
2016-03-28 22:14:19 +02:00
|
|
|
"maintainer": {
|
2021-03-14 22:09:02 +01:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2016-03-28 22:14:19 +02:00
|
|
|
},
|
2019-03-03 18:12:41 +01:00
|
|
|
"requirements": {
|
2022-08-14 19:58:24 +02:00
|
|
|
"yunohost": ">= 11.0.9"
|
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",
|
2022-08-15 12:03:03 +02:00
|
|
|
"php7.4-fpm",
|
2016-03-28 22:14:19 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-19 10:08:20 +02:00
|
|
|
"type": "domain"
|
2016-03-28 22:14:19 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/webmail",
|
|
|
|
"default": "/webmail"
|
2016-05-15 23:51:33 +02:00
|
|
|
},
|
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
|
|
|
},
|
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
|
2016-03-28 22:14:19 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|