1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00
mumble-web_ynh/manifest.json
2021-06-05 13:25:08 +02:00

42 lines
1 KiB
JSON

{
"name": "Mumble Web",
"id": "mumble-web",
"packaging_format": 1,
"description": {
"en": "Low-latency, high quality voice chat software (VoIP).",
"fr": "Logiciel libre de 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": [
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}