Files
echo-core/dashboard
Marius Mutu 2830bf48f2 fix(dashboard): ralph.html URL prefix /echo/api/ralph (was /api/ralph → 502)
Tailscale Serve mapează /echo/* → 127.0.0.1:8088 (dashboard) și / →
:18789 (alt backend). Browser-ul calling /api/ralph/status (relative cu
absolute path la root domain) ajungea la 18789 care nu are endpoint Ralph
→ 502 Bad Gateway.

Fix: toate cele 6 URL-uri (5x fetch + 1x EventSource) folosesc acum prefix
/echo/api/ralph/* pentru a respecta routing-ul tailscale. Pattern consistent
cu workspace.html și index.html (verificat manual).

Endpoints atinse: /status, /<slug>/log, /<slug>/prd, /<slug>/stop,
/<slug>/rollback, /stream (SSE).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 05:18:01 +00:00
..
2026-04-21 07:01:30 +00:00
2026-04-21 07:01:30 +00:00
2026-04-21 07:01:30 +00:00
2026-04-21 07:01:30 +00:00
2026-04-21 13:56:53 +00:00
2026-04-21 13:56:53 +00:00
2026-04-26 15:56:52 +00:00
2026-04-21 07:01:30 +00:00
2026-04-25 21:42:42 +00:00
2026-04-21 10:23:21 +00:00
2026-04-21 13:56:53 +00:00
2026-04-25 21:42:42 +00:00
2026-04-21 07:01:30 +00:00
2026-04-26 08:06:52 +00:00