43a19b723ae3b38f68feb197cd937fa1607c9393
- Go module: git.tukangketik.id/swanadiva/hostkeeper/v2 - GoFiber v2 server with static, template engine, middleware - HTMX + Alpine.js (downloaded from CDN) - TailwindCSS v4 with custom theme (Lumina System colors) - Custom CSS: dot-grid, glassmorphism, animations, toggle, modal - Layout template (sidebar nav + header + main) - Dashboard page with host list, search, filter, view toggle - Health endpoint: GET /api/health
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
Description
Languages
Go
46.2%
TypeScript
20.5%
HTML
19.6%
CSS
12%
JavaScript
1.1%
Other
0.6%