You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace editor proxy with on-demand code-server on direct port
Remove the 305-line HTTP/WebSocket reverse proxy and per-session
code-server management. Instead, expose a single code-server instance
on its own port (default 8080) with on-demand lifecycle:
- Starts only when a user requests the editor (zero memory when idle)
- Auto-shuts down after configurable idle timeout (default 10 min)
- Opens directly in a new browser tab — no iframe, no proxy
Config: CODE_SERVER_URL (Tailscale IP), CODE_SERVER_PORT, CODE_SERVER_IDLE_TIMEOUT
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments