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
ericgaspar 9706649c73
4.3
2021-12-07 11:00:24 +01:00

43 lines
1.1 KiB
JSON

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