Initial commit: Homelab API

This commit is contained in:
Cosmo
2026-02-06 11:19:55 +00:00
commit 5a40127edd
26 changed files with 2807 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Database
DB_PASSWORD=change-me-strong-password
# JWT Secret (generate with: openssl rand -hex 32)
JWT_SECRET=change-me-generate-with-openssl-rand-hex-32