forked from glougloumoute/coturn_ynh-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
35 lines (35 loc) · 897 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.1.1~ynh1",
"url": "https://github.com/coturn/coturn",
"license": "BSD-3-Clause",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.0.0"
},
"multi_instance": false,
"services": [
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Coturn",
"fr": "Choisissez un nom de domaine pour Coturn"
},
"example": "turn.example.com"
}
]
}
}