atlas
d4f106d590
hive-gateway: route dashboard by path, not Accept header
...
The dashboard vhost split static-vs-backend on the request Accept
header (map $http_accept $dashboard_spa_target), so the same URL
behaved differently by content-type — e.g. /api/state fetched with
Accept: text/html wrongly returned index.html.
Now that all hive-c0re routes live under /api/ plus the single
/webhook/knowledge endpoint, route by path instead: /api/ and
/webhook/ proxy to c0re (SSE settings on /api/), everything else
serves the dist with try_files $uri /index.html. Drops the
dashboard Accept-header map and the @c0re named location.
Updates docs/gateway.md accordingly.
2026-06-22 23:08:23 +02:00
..
tools
feat( #1897 ): always auto-fill the hive domain — drop the --domain override
2026-06-22 19:07:56 +02:00
web-ui
docs(web-ui): align dashboard endpoint list with the /api FE routes
2026-06-22 19:09:53 +02:00
agent-hierarchy.md
docs: agent-hierarchy default-parent is root, not the manager
2026-06-22 00:41:42 +02:00
approvals.md
feat( #1867 ): make the internal forge mandatory (remove forge.enable)
2026-06-22 19:26:34 +02:00
boundary.md
docs: move privsep socket-activation + child-state rw rationale out of code comments
2026-06-08 21:58:12 +02:00
ci.md
feat( #1867 ): make the internal forge mandatory (remove forge.enable)
2026-06-22 19:26:34 +02:00
conventions.md
docs: document the build + local-check workflow in conventions
2026-06-19 12:23:01 +02:00
coordinator.md
hive-c0re: graceful agent stop — quiesce harness, flush state, then stop
2026-06-19 11:50:59 +02:00
forge.md
forge_notify: leave delivered threads unread, dedupe wakes in-memory
2026-06-22 16:23:04 +02:00
gateway.md
hive-gateway: route dashboard by path, not Accept header
2026-06-22 23:08:23 +02:00
gotchas.md
docs: note that linking workspace binaries locally needs nix develop (libsqlite3)
2026-06-05 21:30:57 +02:00
knowledge.md
docs(knowledge): document the hive-forge AGit no-fork contribution flow
2026-06-05 20:54:25 +02:00
matrix.md
feat( #551 ): gate server-side e2ee behind opt-in matrix.allowEncryption (default off)
2026-06-10 19:12:36 +02:00
network.md
docs(network): document container-side route + resolver wiring for isolation
2026-06-10 21:49:01 +02:00
persistence.md
hive-c0re: back agent state dirs with btrfs subvolumes
2026-06-19 13:46:39 +02:00
security.md
fix: update PrivRequest table to match actual hive-sh4re::priv_proto variants
2026-06-05 18:40:44 +02:00
swarm.md
feat( #1886 ): trust a peer hive's root CA hive-wide for self-signed federation
2026-06-22 16:54:44 +02:00
terminal-rendering.md
agent-ui: real fixed-width icon column for terminal rows
2026-06-22 00:41:24 +02:00
turn-loop.md
docs: drop stale two-loop/two-binary framings (single hive serve loop)
2026-06-10 20:01:52 +02:00
web-ui.md
docs(web-ui): sync dashboard docs after the SYST3M → C0R3 page move
2026-06-10 21:49:12 +02:00