{ "name": "Minchat", "id": "minchat", "packaging_format": 1, "description": { "en": "Minimalist web chat", "fr": "Web chat minimaliste" }, "version": "1.0~ynh3", "url": "https://github.com/wojtek77/chat", "license": "MIT", "maintainer": { "name": "chtixof" }, "requirements": { "yunohost": ">> 4.1.7" }, "multi_instance": true, "services": [ "nginx", "php7.3-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "domain.org" }, { "name": "path", "type": "path", "example": "/minchat", "default": "/minchat" }, { "name": "is_public", "type": "boolean", "default": true } ] } }