@@ -0,0 +1,14 @@
|
||||
# Backend - server-side only (NEVER commit .env)
|
||||
SQLITE_PATH=/data/homelab.db
|
||||
# Set this to the URL(s) you use to access Homelable in your browser.
|
||||
CORS_ORIGINS=["http://localhost:5173","http://localhost:3000","https://infra.lino.cooking"]
|
||||
|
||||
AUTH_USERNAME=admin
|
||||
|
||||
# Scanner — JSON array of CIDR ranges to scan
|
||||
SCANNER_RANGES=["192.168.1.0/24", "10.0.0.0/21"]
|
||||
|
||||
# Status checker interval in seconds
|
||||
STATUS_CHECKER_INTERVAL=60
|
||||
|
||||
LIVEVIEW_KEY=avlS0EW5im0ry9xF2gtJsDxhInef3iJbW7Ix396rOO0
|
||||
Reference in New Issue
Block a user