-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.json
42 lines (42 loc) · 1 KB
/
config.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
{
"name": "hyperion",
"version": "0.8.0",
"slug": "hyperion",
"legacy": false,
"maintenance": {
"github_release": "https://github.com/hyperion-project/hyperion.ng",
"include_prerelease": true,
"version_regex": "(\\d+\\.\\d+\\.?\\d*-?\\w*.?\\d*)"
},
"description": "Ambient Ligting implementation",
"url": "https://github.com/petersendev/hassio-addons/tree/master/hyperion#readme",
"startup": "services",
"arch": [
"aarch64",
"amd64"
],
"ports": {
"8090/tcp": 8090,
"19333/tcp": 19333,
"19400/tcp": 19400,
"19444/tcp": 19444,
"19445/tcp": 19445
},
"ports_description": {
"8090/tcp": "web interface",
"19333/tcp": "Boblight Server",
"19400/tcp": "Flatbuffers Server",
"19444/tcp": "JSON Server",
"19445/tcp": "Protocol Buffers Server"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8090]",
"boot": "auto",
"options": {},
"schema": {},
"image": "petersendev/hassio-hyperion-{arch}"
}