{ "package_format": 1, "name": "RocketChat", "id": "rocketchat", "description": { "en": "the ultimate chat platform" }, "maintainer": { "name": "selamanse", "email": "selamanse@scheinfrei.info", "url": "https://github.com/selamanse" }, "multi_instance": "false", "services": [ "nginx", "mongodb" ], "requirements": { "yunohost": ">> 2.5.6" }, "arguments": { "install" : [ { "name": "domain", "ask": { "en": "Choose a domain for Rocketchat" }, "example": "domain.org" }, { "name": "public_site", "ask": { "en": "Is it a public Rocketchat ?" }, "choices": ["Yes", "No"], "default": "Yes" } ] } }