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
Collaborator

The dashboard refuses to bind to non-localhost addresses without --insecure.

Refusing to bind to 0.0.0.0 — the dashboard exposes API keys and config
without robust authentication. Use --insecure to override.

Safe because the firewall already restricts port 9119 to Netbird mesh only (100.64.0.0/16).

The dashboard refuses to bind to non-localhost addresses without `--insecure`. ``` Refusing to bind to 0.0.0.0 — the dashboard exposes API keys and config without robust authentication. Use --insecure to override. ``` Safe because the firewall already restricts port 9119 to Netbird mesh only (`100.64.0.0/16`).
m3ta-chiron added 1 commit 2026-05-11 11:39:51 +02:00
The dashboard refuses to bind to non-localhost without --insecure.
Safe here because firewall restricts port 9119 to Netbird mesh (100.64.0.0/16).
m3tam3re closed this pull request 2026-05-11 16:07:40 +02:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: m3tam3re/nixos-config#14