Files
homelab-topology/prisma/migrations/migration_lock.toml
Christopher Mayor 0910c966a5 feat: migrate from static config to database and add authentication
- Replaced static hosts.json and staticConfig.ts with SQLite database (Prisma)

- Implemented JWT authentication and Login UI

- Added dynamic API routes for hosts, topology, and settings

- Updated UI components to fetch and manage state dynamically

- Added Settings interface for managing hosts and topology nodes
2026-02-25 14:07:11 -08:00

3 lines
126 B
TOML

# Please do not edit this file manually
# It should be added in your version-control system (i.e. Git)
provider = "postgresql"