Update config.json

This commit is contained in:
Alexandre
2025-02-10 16:53:15 +01:00
committed by GitHub
parent 76919ce6cb
commit ee164c5176

View File

@@ -45,11 +45,15 @@
"3443/tcp": "ssl web interface", "3443/tcp": "ssl web interface",
"8375/tcp": "TCPSTREAM port" "8375/tcp": "TCPSTREAM port"
}, },
"privileged": {
"SYS_ADMIN",
"SYS_RAWIO"
},
"slug": "signalk", "slug": "signalk",
"uart": true, "uart": true,
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"usb": true, "usb": true,
"version": "2.13.1", "version": "2.13.1-test1",
"webui": "http://[HOST]:[PORT:3000]" "webui": "http://[HOST]:[PORT:3000]"
} }