first push

This commit is contained in:
jason
2026-04-22 15:47:27 -05:00
parent 923ef2ec0e
commit 1552a0ea65
86 changed files with 10066 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Copy this file to .env and fill in your values
# These are used by docker-compose
# Server
PORT=3000
BASE_URL=http://your-unraid-ip:3000
# Admin credentials (set before first launch)
ADMIN_USER=admin
ADMIN_PASS=changeme
# Session security — generate a random string, e.g.: openssl rand -hex 32
SESSION_SECRET=change-this-secret-in-production
# File upload limit in megabytes
MAX_FILE_MB=500
# Bootstrap branding (overridable later in Admin > Settings)
BRAND_NAME=StepView
BRAND_ACCENT=#3b82f6