feat: enable automatic web backend sessions

This commit is contained in:
kris
2026-03-26 20:51:05 +08:00
parent a30ed8decd
commit ea2d305a3c
8 changed files with 210 additions and 92 deletions

View File

@@ -9,6 +9,10 @@ COLLECTOR_N8N_BASE_URL=http://n8n:5678
BOOTSTRAP_SUPERADMIN_USERNAME=storyforge-admin
BOOTSTRAP_SUPERADMIN_PASSWORD=__set_a_strong_password__
BOOTSTRAP_SUPERADMIN_DISPLAY_NAME=StoryForge Admin
WEB_AUTOLOGIN_ENABLED=0
WEB_AUTOLOGIN_ACCOUNT_USERNAME=
WEB_AUTOLOGIN_USERNAME=
WEB_AUTOLOGIN_PASSWORD=
N8N_ANALYSIS_WEBHOOK_PATH=/webhook/storyforge-analysis
N8N_REAL_CUT_WEBHOOK_PATH=/webhook/storyforge-real-cut
N8N_AI_VIDEO_WEBHOOK_PATH=/webhook/storyforge-ai-video