{ "name": "Radicale", "id": "radicale", "packaging_format": 1, "description": { "en": "CalDAV (calendar) and CardDAV (contact) synchronization server", "fr": "Serveur de synchronisation CalDAV et CardDAV" }, "version": "1.1.6~ynh6", "url": "http://radicale.org", "upstream": { "license": "GPL-3.0,AGPL-3.0", "website": "http://radicale.org", "admindoc": "https://github.com/Kozea/Radicale/blob/website/pages/user_documentation.rst", "code": "https://github.com/Kozea/Radicale" }, "license": "GPL-3.0,AGPL-3.0", "maintainer": { "name": "", "email": "" }, "previous_maintainers": [{ "name": "Maniack Crudelis", "email": "maniackc_dev@crudelis.fr" }], "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/radicale", "default": "/radicale" }, { "name": "language", "type": "string", "ask": { "en": "Choose your interface language", "fr": "Choisissez la langue de l'interface" }, "choices" : ["Czech", "Danish", "German", "English/US", "Spanish", "French", "Italian", "Japan", "Hungarian", "Dutch", "Slovak", "Turkish", "Russian", "Ukrainian", "Chinese"], "default" : "English/US" }, { "name": "admin", "type": "user" }, { "name": "infcloud", "type": "boolean", "ask": { "en": "Install InfCloud web interface?", "fr": "Installer l'interface web InfCloud?" }, "default": true } ] } }