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
feat: implement clean routing architecture and enhanced UX
- Move website to /ui with smart root redirect for tunnel routing
- Clean separation: /ui for website, / for tunnel subdomains
- Simplified script with focus on proper cleanup
- Enhanced docker-compose.yml with volume mounts and production config
- Removed clutter from website UI (keyboard shortcuts, path notes)
- Fixed tunnel proxy routing issues by following gorilla/mux best practices
This resolves tunnel subdomain conflicts and provides a maintainable architecture.
0 commit comments