feat: seperate webintreface
Local Docker Build (Dev) / build-dev (push) Successful in 4s

This commit is contained in:
2025-10-22 10:35:23 -04:00
parent d155b31672
commit 6cc13ce156
21 changed files with 4900 additions and 25 deletions
+17
View File
@@ -0,0 +1,17 @@
# ===========================================
# NFOGuard Web Interface Secrets
# ===========================================
# SENSITIVE CONFIGURATION - DO NOT COMMIT TO VERSION CONTROL
# Copy this file to .env.secrets and update with your actual values
# ===========================================
# DATABASE CREDENTIALS
# ===========================================
# Database password for web interface access
DB_PASSWORD=your_secure_database_password
# ===========================================
# WEB AUTHENTICATION CREDENTIALS
# ===========================================
# Web interface authentication (if enabled)
WEB_AUTH_PASSWORD=your_secure_web_password