{ "name": "Rocket.Chat", "id": "rocketchat", "packaging_format": 1, "description": { "en": "Team collaboration communication platform", "fr": "Plateforme de communication collaborative en équipe" }, "version": "5.1.3~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://docs.rocket.chat/guides/user-guides", "code": "https://github.com/RocketChat/Rocket.Chat" }, "license": "GPL-3.0", "maintainer": { "name": "eric_G", "email": "" }, "requirements": { "yunohost": ">> 11.0.9" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install": [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/rocketchat", "default": "/rocketchat" }, { "name": "is_public", "type": "boolean", "help": { "en": "You must activate public site if you want to connect a Mobile or desktop client to Rocket.Chat. This can be changed later via the webadmin.", "fr": "Vous devez activer site public si vous souhaitez connecter un client mobile ou desktop à Rocket.Chat. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "name": "admin", "type": "user" }, { "name": "password", "type": "password" } ] } }