{ "name": "ChuWiki", "id": "chuwiki", "packaging_format": 1, "description": { "en": "A simple, fast and flexible wiki.", "fr": "Un wiki simple, rapide et flexible." }, "version": "1.0~ynh1", "url": "http://chuwiki.genezys.net/", "license": "AGPL-3.0-only", "maintainer": { "name": "Stylix58", "email": "lateman-jpeg@outlook.fr", "url": "https://stylix58.netlify.app/" }, "requirements": { "yunohost": ">= 4.1.3" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/wiki", "default": "/wiki" }, { "name": "is_public", "type": "boolean", "help": { "en": "If yes, this app will can be accessible by everyone.", "fr": "Si oui, cette app pourra ĂȘtre accessible par tout le monde." }, "default": true } ] } }