Network mapping and cable management tool
 
 
 
 
Go to file
Joca a0f05791f8
Initial commit: Go + HTMX network mapping tool
- 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
2026-06-03 23:11:15 -03:00
internal Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
static Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
templates Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
uploads Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
.gitignore Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
data.db-shm Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
data.db-wal Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
go.mod Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
go.sum Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00
main.go Initial commit: Go + HTMX network mapping tool 2026-06-03 23:11:15 -03:00