Flask + SQLite + Bootstrap 5 CRUD web app for homelab device inventory
  • HTML 73.9%
  • Python 25.1%
  • Dockerfile 1%
Find a file
Dave fc22893a7f Main page search now covers applications sub-table
- api_list_devices now uses EXISTS subquery to search the
  applications table when a search term is provided
- Each device result includes a matched_apps array listing
  which applications matched the search
- Frontend shows matched apps as small blue badges under
  the host name when applicable
2026-06-05 12:54:52 -04:00
templates Main page search now covers applications sub-table 2026-06-05 12:54:52 -04:00
.dockerignore Initial commit: homelab inventory Flask web app 2026-06-04 16:47:10 -04:00
.gitignore Main page search now covers applications sub-table 2026-06-05 12:54:52 -04:00
app.py Main page search now covers applications sub-table 2026-06-05 12:54:52 -04:00
docker-compose.yml Initial commit: homelab inventory Flask web app 2026-06-04 16:47:10 -04:00
Dockerfile Initial commit: homelab inventory Flask web app 2026-06-04 16:47:10 -04:00
requirements.txt Initial commit: homelab inventory Flask web app 2026-06-04 16:47:10 -04:00