SECRET_KEY= SQLITE_PATH=./data/homelab.db CORS_ORIGINS=["http://localhost:5173","http://localhost:3000"] # Auth — set a strong password hash (generate with passlib): # python3 -c "from passlib.context import CryptContext; print(CryptContext(schemes=['bcrypt']).hash('yourpassword'))" AUTH_USERNAME=admin AUTH_PASSWORD_HASH= # Scanner — JSON array of CIDR ranges to scan SCANNER_RANGES=["192.168.1.0/24"] # Status checker interval in seconds STATUS_CHECKER_INTERVAL=60