{ "name": "GetSimple", "id": "getsimple", "packaging_format": 1, "description": { "en": "Flatfile CMS that works fast and efficient", "fr": "Flatfile CMS that works fast and efficient" }, "version": "3.3.16~ynh2", "url": "http://get-simple.info", "upstream": { "license": "GPL-3.0", "website": "http://get-simple.info", "admindoc": "http://get-simple.info/wiki/fr:start", "code": "https://github.com/GetSimpleCMS/GetSimpleCMS", "cpe": "cpe:2.3:a:get-simple:getsimple_cms" }, "license": "GPL-3.0", "maintainer": { "name": "", "email": "" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/getsimple", "default": "/getsimple" }, { "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": [ "de_DE", "en_US", "fr_FR", "nl_NL" ], "default": "fr_FR" }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }