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:
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user