fix(m3-hermes): add --insecure flag to dashboard for 0.0.0.0 binding #14

Closed
m3ta-chiron wants to merge 1 commits from fix/hermes-dashboard-insecure into master
@@ -24,7 +24,9 @@ in {
User = "hermes";
Group = "hermes";
ExecStart = "${hermesPkg}/bin/hermes dashboard --host 0.0.0.0 --port 9119 --no-open";
# --insecure: required to bind 0.0.0.0 (default refuses non-localhost).
# Safe because firewall restricts port 9119 to Netbird mesh only.
ExecStart = "${hermesPkg}/bin/hermes dashboard --host 0.0.0.0 --port 9119 --no-open --insecure";
# Environment matching the hermes-agent service
Environment = [