Fix: Resolve blank page issue

This commit is contained in:
gpt-engineer-app[bot]
2025-10-20 22:26:53 +00:00
parent 1c5b1e99b6
commit 0bef8d1f08
4 changed files with 27 additions and 3 deletions

View File

@@ -1,12 +1,22 @@
# Docker WebUI Configuration
# Copy this file to .env and customize your settings
# ===============================================
# FRONTEND BUILD VARIABLES (REQUIRED)
# These are used at build time by Vite. Fill them before building.
# Get the values from your backend settings.
VITE_SUPABASE_URL=
VITE_SUPABASE_PUBLISHABLE_KEY=
VITE_SUPABASE_PROJECT_ID=
# Optional: Port to expose the web UI
PORT=8080
# ===============================================
# ADMIN CREDENTIALS
# ===============================================
# IMPORTANT: Change these before first run!
# These credentials are used to create the admin account
ADMIN_EMAIL=admin@docker-webui.local
ADMIN_PASSWORD=changeme123
@@ -15,5 +25,4 @@ ADMIN_PASSWORD=changeme123
# ===============================================
# Set your server timezone
# Examples: Europe/Copenhagen, America/New_York, Asia/Tokyo
TZ=Europe/Copenhagen