{ "name": "Mumble Web", "id": "mumble-web", "packaging_format": 1, "description": { "en": "Web interface for voice chat software (VoIP)", "fr": "Interface web interface pour voix sur IP (VoIP)" }, "version": "1.3.0~ynh1", "url": "https://mumble.info", "upstream": { "license": "BSD-3-Clause", "website": "https://mumble.info", "admindoc": "https://github.com/Johni0702/mumble-web/", "code": "https://github.com/Johni0702/mumble-web/" }, "license": "BSD-3-Clause", "maintainer": { "name": "", "email": "" }, "requirements": { "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain", "example": "example.com" }, { "name": "is_public", "type": "boolean", "default": true } ] } }