From ef406663fc9b976fa793a2521a7b06a661080341 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:50:21 +0100 Subject: [PATCH] Clean up config.json by removing unused fields Removed boot and host_network settings, and deleted comments section. --- netbird/config.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/netbird/config.json b/netbird/config.json index 4a3693804..fe0d5e23c 100644 --- a/netbird/config.json +++ b/netbird/config.json @@ -9,10 +9,8 @@ "amd64" ], "startup": "services", - "boot": "auto", "init": false, "hassio_api": true, - "host_network": false, "map": [ "share:rw", "ssl:ro" @@ -79,12 +77,5 @@ "value": "str?" } ] - }, - "_comments": { - "data_path": "Persistent data directory inside the add-on container (mapped to /data by Home Assistant).", - "domain": "Public hostname used for NetBird URLs (change to your FQDN).", - "auth_*": "OIDC settings used by the management server and dashboard.", - "ssl_cert": "Optional TLS certificate (e.g. /ssl/fullchain.pem).", - "ssl_key": "Optional TLS key (e.g. /ssl/privkey.pem)." } }