Files
lovdata-chat/session-manager
Torbjørn Lindahl 5a89f46e3d fix: replace per-path proxy with cookie-based catch-all routing
The /session/{id} URL prefix collided with OpenCode's internal
/session/{slug} SPA routes, causing a blank page. Now /c/{id} is
a thin entry point that sets a session cookie and redirects to /,
where the SPA loads at root with its router working correctly.

This also replaces ~50 individual per-path proxy route handlers
with a single /{path:path} catch-all, and simplifies the Caddyfile
from ~180 lines to ~17.
2026-02-16 10:40:17 +01:00
..
2026-02-04 19:10:03 +01:00
2026-02-03 00:17:26 +01:00
2026-01-18 20:01:23 +01:00
2026-02-02 23:37:11 +01:00
2026-02-03 00:17:26 +01:00
2026-02-03 00:17:26 +01:00
2026-02-02 23:37:11 +01:00