mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Github bot : json sorted
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/signalk/signalk-server:latest",
|
||||
"amd64": "ghcr.io/signalk/signalk-server:latest",
|
||||
"armv7": "ghcr.io/signalk/signalk-server:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/signalk/signalk-server:latest",
|
||||
"amd64": "ghcr.io/signalk/signalk-server:latest",
|
||||
"armv7": "ghcr.io/signalk/signalk-server:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
"description": "An implementation of a Signal K central server for boats",
|
||||
"environment": {
|
||||
"HOME": "/config",
|
||||
"NMEA0183PORT": "10110",
|
||||
"PORT": "3000",
|
||||
"SSLPORT": "3443",
|
||||
"NMEA0183PORT": "10110",
|
||||
"TCPSTREAMPORT": "8375"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/signalk-{arch}",
|
||||
@@ -19,15 +19,15 @@
|
||||
],
|
||||
"name": "Signalk Server",
|
||||
"ports": {
|
||||
"10110/tcp": 10110,
|
||||
"3000/tcp": 3000,
|
||||
"3443/tcp": 3443,
|
||||
"10110/tcp": 10110,
|
||||
"8375/tcp": 8375
|
||||
},
|
||||
"ports_description": {
|
||||
"10110/tcp": "NMEA0183 port",
|
||||
"3000/tcp": "web interface",
|
||||
"3443/tcp": "ssl web interface",
|
||||
"10110/tcp": "NMEA0183 port",
|
||||
"8375/tcp": "TCPSTREAM port"
|
||||
},
|
||||
"slug": "signalk",
|
||||
|
||||
Reference in New Issue
Block a user