Merge pull request #1469 from alexbelgium/create-pull-request/patch-1720311993

Github bot : json sorted
This commit is contained in:
Alexandre
2024-07-07 06:02:20 +02:00
committed by GitHub

View File

@@ -24,21 +24,21 @@
"name": "Signalk Server",
"ports": {
"10110/tcp": 10110,
"3000/tcp": 3000,
"3443/tcp": 3443,
"8375/tcp": 8375,
"1458/udp": null,
"1459/tcp": null,
"1460/udp": null
"1460/udp": null,
"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",
"1458/udp": "Custom 1",
"1459/tcp": "Custom 2",
"1460/udp": "Custom 3"
"1460/udp": "Custom 3",
"3000/tcp": "web interface",
"3443/tcp": "ssl web interface",
"8375/tcp": "TCPSTREAM port"
},
"slug": "signalk",
"uart": true,