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

44 lines
1.1 KiB
JSON
Raw Normal View History

2021-06-05 12:43:11 +02:00
{
"name": "Mumble Web",
"id": "mumble-web",
"packaging_format": 1,
"description": {
2021-06-05 13:28:39 +02:00
"en": "Web interface for voice chat software (VoIP)",
2021-09-23 23:19:44 +02:00
"fr": "Interface web pour voix sur IP (VoIP)"
2021-06-05 12:43:11 +02:00
},
2021-12-07 12:25:31 +01:00
"version": "1.3.0~ynh4",
2021-06-05 12:43:11 +02:00
"url": "https://mumble.info",
"upstream": {
"license": "BSD-3-Clause",
"website": "https://mumble.info",
2021-06-05 16:35:50 +02:00
"demo": "https://web.mumble.framatalk.org/",
2021-06-05 16:15:29 +02:00
"admindoc": "https://docs.framasoft.org/fr/jitsimeet/mumble.html",
2021-06-05 13:25:08 +02:00
"code": "https://github.com/Johni0702/mumble-web/"
2021-06-05 12:43:11 +02:00
},
"license": "BSD-3-Clause",
"maintainer": {
2021-06-07 11:29:08 +02:00
"name": "eric_G",
2021-06-05 12:43:11 +02:00
"email": ""
},
"requirements": {
2022-08-15 18:46:47 +02:00
"yunohost": ">= 11.0.9"
2021-06-05 12:43:11 +02:00
},
2021-06-05 13:19:39 +02:00
"multi_instance": true,
2021-06-05 12:43:11 +02:00
"services": [
2021-06-05 13:52:34 +02:00
"nginx"
2021-06-05 12:43:11 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-21 23:56:02 +02:00
"type": "domain"
2021-06-05 12:43:11 +02:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}