Files
hassio-addons/signalk/config.json
2024-06-08 02:02:37 +02:00

38 lines
860 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "An implementation of a Signal K central server for boats",
"environment": {
"HOME": "/config",
"NMEA0183PORT": "10110",
"PORT": "3000",
"SSLPORT": "3443",
"TCPSTREAMPORT": "8375"
},
"image": "ghcr.io/alexbelgium/signalk-{arch}",
"map": [
"addon_config:rw"
],
"name": "Signalk Server",
"ports": {
"10110/tcp": 10110,
"3000/tcp": 3000,
"3443/tcp": 3443,
"8375/tcp": 8375
},
"ports_description": {
"10110/tcp": "NMEA0183 port",
"3000/tcp": "web interface",
"3443/tcp": "ssl web interface",
"8375/tcp": "TCPSTREAM port"
},
"slug": "signalk",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.8.2",
"webui": "http://[HOST]:[PORT:3000]"
}