Github bot : json sorted
This commit is contained in:
Alexandre
2025-07-15 16:28:12 +02:00
committed by GitHub
49 changed files with 556 additions and 131 deletions

View File

@@ -1,6 +1,10 @@
{
"apparmor": false,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "An implementation of a Signal K central server for boats",
"devices": [
@@ -19,7 +23,9 @@
"TCPSTREAMPORT": "8375"
},
"image": "ghcr.io/alexbelgium/signalk-{arch}",
"map": ["addon_config:rw"],
"map": [
"addon_config:rw"
],
"name": "Signalk Server",
"ports": {
"10110/tcp": 10110,
@@ -39,7 +45,10 @@
"3443/tcp": "ssl web interface",
"8375/tcp": "TCPSTREAM port"
},
"privileged": ["SYS_ADMIN", "SYS_RAWIO"],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO"
],
"slug": "signalk",
"uart": true,
"udev": true,