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.
This commit is contained in:
2026-05-21 22:30:46 +02:00
parent b12f80933d
commit 0260f01b74

View File

@@ -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": [ "Stuns": [
{"Proto": "udp", "URI": "stun:stun.l.google.com:19302", "Username": "", "Password": null}, {"Proto": "udp", "URI": "stun:stun.l.google.com:19302", "Username": "", "Password": null},
{"Proto": "udp", "URI": "stun:stun1.l.google.com:19302", "Username": "", "Password": null}, {"Proto": "udp", "URI": "stun:stun1.l.google.com:19302", "Username": "", "Password": null},