This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
54 lines (54 loc) · 1.49 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Monitorix",
"id": "monitorix",
"packaging_format": 1,
"description": {
"en": "Open source lightweight monitoring system.",
"fr": "Système léger et opensource de monitoring système."
},
"url": "http://www.monitorix.org",
"license": "free",
"maintainer": {
"name": "Léo Serre",
"email": "[email protected]",
"url": "http://lstronic.com"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": false,
"services": [
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for monitorix",
"fr": "Choisissez un nom de domaine pour monitorix"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for monitorix",
"fr": "Choisissez un chemin pour monitorix"
},
"example": "/example",
"default": "/monitorix"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}