forked from angelnu/docker-ccu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conifg.json
45 lines (45 loc) · 916 Bytes
/
conifg.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": "CCU2",
"version": "0.2",
"slug": "ccu2",
"description": "Homematic CCU2 for Homeassistant",
"url": "https://github.com/buktahula/docker-ccu/",
"webui": "http://[HOST]:[PORT:80]",
"ports": {
"80/tcp": null,
"2001/tcp": 2001,
"2000/tcp": 2000,
"2010/tcp": 2010
},
"ports_description": {
"80/tcp": "ReGaHss Webinterface",
"2001/tcp": "Homematic xmlrpc",
"2000/tcp": "HomematicWire xmlrpc",
"2010/tcp": "HomematicIP xmlrpc"
},
"startup": "system",
"ingress": true,
"ingress_port": 0,
"panel_icon": "mdi:console",
"panel_title": "CCU2",
"boot": "auto",
"options": {},
"schema": {},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"map": [
"config:rw",
"ssl:rw",
"addons:rw",
"share:rw",
"backup:rw"
],
"environment": {
"PERSISTENT_DIR": "/config/custom_components/ccu"
}
}