From cbe8d25e25b365e4d800234975b65cbcf4d50b71 Mon Sep 17 00:00:00 2001 From: atlas Date: Sun, 31 May 2026 20:24:39 +0200 Subject: [PATCH] dashboard.rs: update gateway routing comment to reflect agents.conf (#872) --- hive-c0re/src/dashboard.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hive-c0re/src/dashboard.rs b/hive-c0re/src/dashboard.rs index 5ef3d1da..6a90ffe4 100644 --- a/hive-c0re/src/dashboard.rs +++ b/hive-c0re/src/dashboard.rs @@ -240,11 +240,11 @@ struct StateSnapshot { /// module when `services.hyperhive.gateway.enable` is on). When /// true the dashboard frontend builds same-origin /// `/agent//` links to the per-agent web UI (the gateway - /// proxies them via `agent-ports.json` + `agent-sockets.json`); - /// when false it falls back to direct - /// `http://:/` TCP links so gateway-off / - /// local-dev deploys keep working. See - /// `docs/gateway.md::Vhost map`. + /// routes them via the runtime-generated `agents.conf` include + /// file — see `gateway_nginx.rs`); when false it falls back to + /// direct `http://:/` TCP links so gateway-off / + /// local-dev deploys keep working. See `docs/gateway.md::Vhost + /// map`. gateway_enabled: bool, }