-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
35 lines (35 loc) · 989 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": "Mumble",
"id": "mumble",
"description": {
"en": "Mumble is an open source voice over IP server.",
"fr": "Mumble est un logiciel libre de voix sur IP (VoIP)."
},
"developer": {
"name": "Fol",
"email": "[email protected]",
"url": "https://github.com/jesuisfol/mumble_ynh"
},
"multi_instance": "true",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Mumble",
"fr": "Choisissez un domaine pour Mumble"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Mumble",
"fr": "Choisissez un chemin pour Mumble"
},
"example": "/mumble",
"default": "/mumble"
}
]
}
}