{ "name": "PluXml", "id": "pluxml", "packaging_format": 1, "description": { "en": "Blog or CMS storing data in XML format.", "fr": "Blog ou CMS stockant des données au format XML." }, "version": "5.8.8~ynh1", "url": "https://www.pluxml.org/", "upstream": { "license": "GPL-2.0-only", "website": "https://www.pluxml.org/", "demo": "https://demo.pluxml.org/", "admindoc": "https://wiki.pluxml.org/", "userdoc": "https://yunohost.org/#/app_pluxml", "code": "https://github.com/pluxml/PluXml" }, "license": "GPL-2.0-only", "maintainer": { "name": "Antoine", "email": "antoine@miaou.org", "url": "https://miaou.org" }, "requirements": { "yunohost": ">= 4.2.0" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/pluxml", "default": "/pluxml" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "help": { "en": "If checked, the app will be public", "fr": "Si cochée, votre application sera publique" }, "default": true }, { "name": "language", "type": "string", "ask": { "en": "Default language", "fr": "Langue par défaut" }, "choices": ["de","en","es","fr","it","nl","oc","pl","pt","ro","ru"], "default": "en" }, { "name": "password", "type": "password", "example": "Choose a password" } ] } }