hyperhive/frontend/packages/agent/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris d3ca857659 fix(#888): use gateway forge URL in dashboard links
Dashboard links to the forge were hardcoded as http://<hostname>:3000,
which breaks when the operator accesses the dashboard through
hive-gateway (forge is served at forge.<domain> with no port).

- nix/modules/hive-c0re.nix: inject HIVE_FORGE_PUBLIC_URL when
  forge.behindGateway = true (e.g. http://forge.pr1ma.darkest.space)
- hive-c0re/src/dashboard.rs: expose forge_url: Option<String> in
  StateSnapshot, reading from HIVE_FORGE_PUBLIC_URL
- frontend/packages/dashboard/src/tabs.js: use state.forge_url when
  present; fall back to http://<hostname>:3000 for gateway-off /
  local-dev deploys
2026-05-31 22:04:52 +02:00
..
agent.css dashboard + agent UI: surface hive_name + swarm_name in chrome (#701) 2026-05-31 21:09:08 +02:00
app.js fix(#888): use gateway forge URL in dashboard links 2026-05-31 22:04:52 +02:00
index.html dashboard + agent UI: surface hive_name + swarm_name in chrome (#701) 2026-05-31 21:09:08 +02:00
screen.html screen.html + docs: migrate canvas-sizing + RFB design prose (#713 batch 3) 2026-05-31 14:47:32 +02:00
stats.html agent UI: relative paths for all assets/api/ws so the page works under any nginx prefix (#14) 2026-05-31 12:10:56 +02:00
stats.js agent UI: relative paths for all assets/api/ws so the page works under any nginx prefix (#14) 2026-05-31 12:10:56 +02:00