-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.3 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
{
"name": "deCONZ",
"id": "deconz",
"packaging_format": 1,
"description": {
"en": "A tool to configure, control, and monitor Zigbee networks with the ConBee usb drive and Phoscon app.",
"fr": "Un outil pour configurer, contrôler et superviser des réseaux Zigbee avec la clé ConBee et l'app Phoscon."
},
"version": "2.05.75~ynh1",
"url": "https://phoscon.de",
"license": "BSD-3-Clause",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com"
},
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for deCONZ",
"fr": "Choisissez un nom de domaine pour deCONZ"
},
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
}
]
}
}