{ "name": "ChuWiki", "id": "chuwiki", "packaging_format": 1, "description": { "en": "A simple, fast and flexible wiki.", "fr": "Un wiki simple, rapide et flexible." }, "version": "2.0~ynh1", "url": "http://chuwiki.genezys.net/", "upstream": { "license": "AGPL-3.0-only", "website": "http://chuwiki.genezys.net/", "demo": "http://chuwiki.genezys.net/wiki/Bac%20%C3%A0%20sable", "admindoc": "http://chuwiki.genezys.net/", "userdoc": "https://yunohost.org/apps", "code": "https://github.com/genezys/chuwiki" }, "license": "AGPL-3.0-only", "maintainer": { "name": "Stylix58", "email": "lateman-jpeg@outlook.fr", "url": "https://stylix58.netlify.app/" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "path", "type": "path", "example": "/chuwiki", "default": "/chuwiki" }, { "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 } ] } }