wraith/frontend/composables
Vantz Stockwell 10f3537b01 fix: move WebSocket paths under /api/ prefix to work through NPM proxy
NPM forwards /api/* correctly but silently drops WebSocket upgrades on
/ws/* despite toggle being enabled and custom nginx config. Moving
gateways to /api/ws/terminal and /api/ws/sftp so they ride the same
proxy rules that already work for REST endpoints.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 15:13:45 -04:00
..
useRdp.ts feat: RDP frontend — Guacamole client with custom JSON WebSocket tunnel 2026-03-12 17:27:19 -04:00
useSftp.ts fix: move WebSocket paths under /api/ prefix to work through NPM proxy 2026-03-13 15:13:45 -04:00
useTerminal.ts fix: move WebSocket paths under /api/ prefix to work through NPM proxy 2026-03-13 15:13:45 -04:00
useTerminalThemes.ts feat: Termius-inspired UI — right sidebar, host counts, terminal themes 2026-03-13 10:19:57 -04:00
useVault.ts feat: vault management UI — SSH key import + credential CRUD 2026-03-12 17:30:59 -04:00