{ "packaging_format": 1, "name": "RocketChat", "id": "rocketchat", "description": { "en": "the ultimate chat platform" }, "url": "https://github.com/YunoHost-Apps/rocketchat_ynh", "license": "GPL-3.0", "version": "0.60.3", "maintainer": { "name": "selamanse", "email": "selamanse@scheinfrei.info", "url": "https://github.com/selamanse" }, "multi_instance": false, "services": [ "nginx" ], "requirements": { "yunohost": ">> 2.5.6" }, "arguments": { "install" : [ { "name": "domain", "type": "domain", "ask": { "en": "Choose a domain for Rocketchat" }, "example": "domain.org" }, { "name": "path", "type": "path", "ask": { "en": "Choose a path for RocketChat" }, "example": "/rocketchat", "default": "/rocketchat" }, { "name": "is_public", "ask": { "en": "Is it a public application?" }, "choices": ["Yes", "No"], "default": "No" }, { "name": "lang", "ask": { "en": "Select default language" }, "choices": ["English"], "default": "English" } ] } }