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
..
bin
agent UDS: chmod per-agent socket dir 0777 + log web_ui::serve errors
2026-05-31 21:38:34 +02:00
client.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
events.rs
doc: add non-atomicity comment to emit_status RMW (argus note)
2026-05-31 20:32:13 +02:00
forge_notify.rs
hive-ag3nt + docs: extract forge_notify prose ( #716 batch 4)
2026-05-31 17:17:24 +02:00
identity.rs
hive-ag3nt + docs: extract identity prose ( #716 batch 1)
2026-05-31 16:41:24 +02:00
lib.rs
hive-ag3nt: identity module with hive-qualified label ( #589 phase A, first PR)
2026-05-29 19:09:44 +02:00
login.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
login_session.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
mcp.rs
hive-ag3nt: scrub mcp.rs cookies ( #716 batch 8)
2026-05-31 17:39:45 +02:00
paths.rs
hive-ag3nt: scrub stale #658/#419 attribution cookies ( #716 batch 2)
2026-05-31 16:48:13 +02:00
plugins.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +02:00
prompt.rs
hive-ag3nt + docs: extract prompt-rendering prose ( #716 batch 3)
2026-05-31 16:46:00 +02:00
serve_common.rs
harness: flip into needs_login on 401 mid-turn ( closes #419 )
2026-05-25 21:50:21 +02:00
stats.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
turn.rs
hive-ag3nt: scrub turn.rs cookies ( #716 batch 7)
2026-05-31 17:29:20 +02:00
turn_stats.rs
docs: add missing #[must_use], # Errors, # Panics across public api
2026-05-22 19:41:27 +02:00
web_ui.rs
fix( #888 ): use gateway forge URL in dashboard links
2026-05-31 22:04:52 +02:00