Network mapping and cable management tool
 
 
 
 
Go to file
Joca 1a8799d711
Fixed template inheritance and SQLite connection pooling
- Each page template now parsed with base.html separately to avoid content block conflicts
- Connection fragments parsed standalone without base layout
- Increased SQLite max connections to 5 to prevent nested query deadlocks
- Verified connection tracing works through patch panels and wall sockets
2026-06-03 23:18:09 -03:00
internal Fixed template inheritance and SQLite connection pooling 2026-06-03 23:18:09 -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 Add SQLite WAL files to .gitignore 2026-06-03 23:11:22 -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