{ "name": "Easy!Appointments", "id": "easyappointments", "packaging_format": 1, "description": { "en": "Open Source Appointment Scheduler", "fr": "Planificateur de rendez-vous Open Source" }, "version": "1.4.3~ynh1", "url": "https://easyappointments.org/", "upstream": { "license": "GPL-3.0-only", "website": "https://easyappointments.org/", "demo": "https://demo.easyappointments.org/", "admindoc": "https://easyappointments.org/docs.html#1.4.3/readme.md", "code": "https://github.com/alextselegidis/easyappointments" }, "license": "GPL-3.0-only", "maintainer": { "name": "eric_G", "email": "" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php8.0-fpm", "mysql" ], "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": ["french", "english"], "default": "english" } ] } }