feat: add protected login workspace

This commit is contained in:
2026-05-19 15:18:13 +08:00
parent aa03bae91e
commit 091a19556c
14 changed files with 1064 additions and 6 deletions

View File

@@ -8,3 +8,10 @@ GPT_API_BASE=https://api.openai.com/v1
SEEDANCE_API_KEY=
SEEDANCE_MODEL=doubao-seedance-2-0-260128
SEEDANCE_API_BASE=https://ark.cn-beijing.volces.com/api/v3
# Web login. Keep real values only on the VPS at deploy/.env.production.
WEB_AUTH_USERNAME=
WEB_AUTH_PASSWORD=
WEB_AUTH_SESSION_SECRET=
WEB_AUTH_COOKIE_NAME=ai_toy_session
WEB_AUTH_COOKIE_SECURE=true