{ "name": "RocketChat", "id": "rocketchat", "packaging_format": 1, "description": { "en": "Team collaboration communication platform", "fr": "Plateforme de communication collaborative en équipe" }, "version": "3.16.2~ynh1", "url": "https://rocket.chat", "upstream": { "license": "GPL-3.0", "website": "https://rocket.chat/", "demo": "https://cloud.rocket.chat/trial", "admindoc": "https://docs.rocket.chat/", "userdoc": "https://yunohost.org/apps", "code": "https://github.com/RocketChat/Rocket.Chat" }, "license": "GPL-3.0", "maintainer": { "name": "", "email": "" }, "multi_instance": false, "services": [ "nginx" ], "requirements": { "yunohost": ">> 4.2.4" }, "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/rocketchat", "default": "/rocketchat" }, { "name": "is_public", "type": "boolean", "default": true } ] } }