swanadiva ef4e44984b feat: upgrade terminal to xterm.js + WebSocket
- Rewrite terminal.js: xterm.js Terminal per tab, WebSocket per connection
- Light theme terminal (Lumina: white bg, blue cursor, proper ANSI colors)
- Alpine.js keeps tab management, xterm.js handles rendering
- Each tab gets its own WebSocket to /terminal/ws/:hostID
- Mock handler iterates chars (fixes multi-char xterm.js messages)
- Sync mock commands with React template (help, ls, docker ps, etc.)
- Add xterm.css custom scrollbar styles
- terminal_content.html: xterm containers with Alpine show/hide per tab
2026-07-09 18:32:33 +07:00

Hostkeeper

Cross-platform SSH/SFTP management tool with secure credential storage

V1 (Legacy) — CLI/TUI

V1 adalah versi CLI/TUI yang sudah selesai dan di-freeze. Semua kode ada di folder v1/.

cd v1
make build
./hostkeeper tui

Lihat v1/README.md untuk dokumentasi lengkap.

V2 (In Development) — GoFiber + React + Electron

V2 adalah rewrite dengan arsitektur baru:

  • Backend: GoFiber v2 (fasthttp) — lokal HTTP server di app/backend/
  • Frontend: React + TypeScript + TailwindCSS v4 di app/frontend/
  • Desktop: Electron wrapper di app/electron/
  • Mobile: WebView shell di mobile/

Lihat docs/ untuk dokumentasi perencanaan.

Struktur Repository

hostkeeper/
├── v1/          ← V1 CLI/TUI (frozen)
├── app/         ← V2 backend + frontend + electron
├── mobile/      ← V2 mobile wrapper
├── template/    ← Referensi UI React (Lumina System)
└── docs/        ← Dokumentasi perencanaan V2

License

MIT

S
Description
No description provided
Readme 1.5 MiB
Languages
Go 46.2%
TypeScript 20.5%
HTML 19.6%
CSS 12%
JavaScript 1.1%
Other 0.6%