{ "name": "Grav", "id": "grav", "packaging_format": 1, "description": { "en": "Grav - a modern open source flat-file CMS", "fr": "Grav - un CMS moderne, libre, et sans base de données" }, "version": "1.4.8", "url": "https://www.getgrav.org/", "license": "free", "maintainer": { "name": "cyp, lithrel, tituspijean", "email": "cyp@rouquin.me, lithrel@randomdomainname.net, tituspijean@outlook.com" }, "requirements": { "yunohost": ">= 2.7.14" }, "multi_instance": true, "services": [ "nginx", "php5-fpm" ], "arguments": { "install": [{ "name": "domain", "type": "domain", "ask": { "en": "Choose a domain name for Grav", "fr": "Choisissez un nom de domaine pour Grav" }, "example": "example.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for Grav", "fr": "Choisissez un chemin pour Grav" }, "example": "/grav", "default": "/grav" }, { "name": "is_public", "type": "boolean", "ask": { "en": "Is it a public application?", "fr": "Est-ce une application publique ?" }, "default": true } ] } }