fix(m3-hermes): add --insecure flag to dashboard for 0.0.0.0 binding #14
@@ -24,7 +24,9 @@ in {
|
|||||||
User = "hermes";
|
User = "hermes";
|
||||||
Group = "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 matching the hermes-agent service
|
||||||
Environment = [
|
Environment = [
|
||||||
|
|||||||
Reference in New Issue
Block a user