mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Github bot : json sorted
This commit is contained in:
committed by
github-actions[bot]
parent
9d0421ef39
commit
a4860a534b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user