-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
config.json
52 lines (52 loc) · 1.13 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
43
44
45
46
47
48
49
50
51
52
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"description": "An implementation of a Signal K central server for boats",
"devices": [
"/dev/can0",
"/dev/can1",
"/dev/ttyUSB0",
"/dev/ttyUSB1"
],
"environment": {
"HOME": "/config",
"NMEA0183PORT": "10110",
"PORT": "3000",
"SSLPORT": "3443",
"TCPSTREAMPORT": "8375"
},
"full_access": true,
"image": "ghcr.io/alexbelgium/signalk-{arch}",
"map": [
"addon_config:rw"
],
"name": "Signalk Server",
"ports": {
"10110/tcp": 10110,
"1458/udp": null,
"1459/tcp": null,
"1460/udp": null,
"3000/tcp": 3000,
"3443/tcp": 3443,
"8375/tcp": 8375
},
"ports_description": {
"10110/tcp": "NMEA0183 port",
"1458/udp": "Custom 1",
"1459/tcp": "Custom 2",
"1460/udp": "Custom 3",
"3000/tcp": "web interface",
"3443/tcp": "ssl web interface",
"8375/tcp": "TCPSTREAM port"
},
"slug": "signalk",
"uart": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"usb": true,
"version": "2.11.0",
"webui": "http://[HOST]:[PORT:3000]"
}