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

@@ -19,6 +19,10 @@ Environment=ORCHESTRATOR_SHARED_SECRET=__set_a_strong_shared_secret__
Environment=BOOTSTRAP_SUPERADMIN_USERNAME=storyforge-admin
Environment=BOOTSTRAP_SUPERADMIN_PASSWORD=__set_a_strong_password__
Environment=BOOTSTRAP_SUPERADMIN_DISPLAY_NAME=StoryForge Admin
Environment=WEB_AUTOLOGIN_ENABLED=1
Environment=WEB_AUTOLOGIN_ACCOUNT_USERNAME=
Environment=WEB_AUTOLOGIN_USERNAME=
Environment=WEB_AUTOLOGIN_PASSWORD=
Environment=HUOBAO_BASE_URL=http://127.0.0.1:15678
Environment=CUTVIDEO_BASE_URL=http://127.0.0.1:17860
Environment=LIVE_RECORDER_BASE_URL=http://127.0.0.1:19106