forked from YunoHost-Apps/coturn_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
35 lines (35 loc) · 898 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Coturn",
"id": "coturn",
"packaging_format": 1,
"description": {
"en": "VoIP media traffic NAT traversal server and gateway",
"fr": "Serveur et passerelle NAT du trafic média VoIP"
},
"version": "4.5.2.3~ynh1",
"url": "https://github.com/coturn/coturn",
"upstream": {
"license": "BSD-3-Clause",
"admindoc": "https://github.com/coturn/coturn/wiki",
"code": "https://github.com/coturn/coturn",
"cpe": "cpe:2.3:a:coturn_project:coturn"
},
"license": "BSD-3-Clause",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
}
]
}
}