{ "id": "roundcube", "name": "Roundcube", "packaging_format": 1, "description": { "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, "version": "1.4.9~ynh2", "url": "https://roundcube.net/", "license": "GPL-3.0-only", "maintainer": { "name": "YunoHost Contributors", "email": "apps@yunohost.org" }, "requirements": { "yunohost": ">= 4.0.7" }, "multi_instance": true, "services": [ "nginx", "php7.0-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": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["fr_FR", "en_GB"], "default": "fr_FR" }, { "name": "with_carddav", "type": "boolean", "ask": { "en": "Install CardDAV synchronization plugin?", "fr": "Installer le plugin de synchronisation CardDAV ?" }, "default": false }, { "name": "with_enigma", "type": "boolean", "ask": { "en": "Install Enigma messages encryption plugin?", "fr": "Installer le plugin de chiffrement des messages Enigma ?" }, "default": false } ] } }