{ "id": "roundcube", "name": "Roundcube", "packaging_format": 1, "description": { "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, "version": "1.5.0~ynh1", "url": "https://roundcube.net/", "upstream": { "license": "GPL-3.0-only", "website": "https://roundcube.net/", "demo": "https://demo.yunohost.org/webmail/", "admindoc": "https://github.com/roundcube/roundcubemail/wiki", "userdoc": "https://yunohost.org/en/app_roundcube", "code": "https://github.com/roundcube/roundcubemail" }, "license": "GPL-3.0-only", "maintainer": { "name": "", "email": "" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm", "mysql" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/webmail", "default": "/webmail" }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["de_DE", "en_GB", "fr_FR", "it_IT"], "default": "en_GB" }, { "name": "with_carddav", "type": "boolean", "ask": { "en": "Install CardDAV synchronization plugin?", "fr": "Installer le plugin de synchronisation CardDAV ?" }, "default": false } ] } }