Github bot : json sorted

This commit is contained in:
alexbelgium
2025-07-13 00:38:56 +00:00
committed by github-actions[bot]
parent 9d0421ef39
commit a4860a534b
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,