From 2c117ab121f181782135d1c994d93a88fd8f2503 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:41:05 +0100 Subject: [PATCH] Update config.json --- signalk/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/signalk/config.json b/signalk/config.json index bfd5e45714c..b7728208c6c 100644 --- a/signalk/config.json +++ b/signalk/config.json @@ -22,6 +22,8 @@ "SSLPORT": "3443", "TCPSTREAMPORT": "8375" }, + "full_access": true, + "protected": false, "image": "ghcr.io/alexbelgium/signalk-{arch}", "map": [ "addon_config:rw" @@ -50,6 +52,6 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "2.12.0-4", + "version": "2.12.0-5", "webui": "http://[HOST]:[PORT:3000]" }