{ "name": "Timeoff Management", "id": "timeoff", "packaging_format": 1, "description": { "en": "Web application for managing employee absences" }, "version": "1.3.3~ynh1", "url": "https://timeoff.management/", "upstream": { "license": "MIT", "website": "https://timeoff.management/", "demo": "https://demo.example.com", "admindoc": "https://timeoff.management/support/main-page.html", "code": "https://github.com/timeoff-management/timeoff-management-application" }, "license": "MIT", "maintainer": { "name": "Julien Malik", "email": "ju@paraiso.me" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "is_public", "type": "boolean", "default": true }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["cs", "de", "fr", "en"], "default": "fr" } ] } }