{ "name": "Grav", "id": "grav", "packaging_format": 1, "description": { "en": "A modern open source flat-file CMS", "fr": "Un CMS moderne basé sur des fichiers plats" }, "version": "1.7.7~ynh1", "url": "https://www.getgrav.org/", "license": "MIT-0", "maintainer": [ { "name": "jibec", "email": "jean-baptiste@holcroft.fr" }, { "name": "tituspijean", "email": "tituspijean@outlook.com" }], "previous_maintainers": [ { "name": "cyp", "email": "cyp@rouquin.me" },{ "name": "lithrel", "email": "lithrel@randomdomainname.net" }], "requirements": { "yunohost": ">= 4.1.0" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.org" }, { "name": "path", "type": "path", "example": "/grav", "default": "/grav" }, { "name": "admin", "type": "user", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "help": { "en": "Will anyone be able to access the website?", "fr": "Est-ce que quiconque pourra accéder au site ?" }, "default": true }, { "name": "language", "type": "string", "choices": ["en_EN", "fr_FR"], "default": "fr_FR" } ] } }