- Database schema (SQLite) with migrations - Data models: racks, devices, device models, ports, connections - CRUD store layer in internal/db/ - Connection tracing service - HTTP handlers for overview, rack, device, model, connection, wall sockets - HTML templates with HTMX for connection modal - Dark-themed CSS - Vanilla JS for modal overlay management |
||
|---|---|---|
| internal | ||
| static | ||
| templates | ||
| uploads | ||
| .gitignore | ||
| data.db-shm | ||
| data.db-wal | ||
| go.mod | ||
| go.sum | ||
| main.go | ||