From 0260f01b74fb4f2170c30946012ef2d319387e74 Mon Sep 17 00:00:00 2001 From: dtoro Date: Thu, 21 May 2026 22:30:46 +0200 Subject: [PATCH] render-vps-configs: drop _comment from management.json template netbird mgmt might reject unknown top-level JSON keys depending on parser flags. The rendering note stays in turnserver.conf (# comments are valid INI syntax). After this, the rendered management.json will be byte-identical to what's currently live on the VPS, so the dry-run will show /opt/management.json as unchanged. --- vps/management.json.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/vps/management.json.tmpl b/vps/management.json.tmpl index dab3fdd..802c2b6 100644 --- a/vps/management.json.tmpl +++ b/vps/management.json.tmpl @@ -1,5 +1,4 @@ { - "_comment": "Rendered from this template by `homelab render-vps-configs`. DO NOT edit /opt/management.json on the VPS directly; it is recreated from this template on each render. Secret placeholders are {{TURN_PASSWORD}} and {{AUTHENTIK_CLIENT_SECRET}}.", "Stuns": [ {"Proto": "udp", "URI": "stun:stun.l.google.com:19302", "Username": "", "Password": null}, {"Proto": "udp", "URI": "stun:stun1.l.google.com:19302", "Username": "", "Password": null},