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

@@ -11,3 +11,10 @@ SEEDANCE_API_BASE=https://ark.cn-beijing.volces.com/api/v3
# 生产环境填写公网入口,用于把 /api/img/... 补成 Seedance 可访问的绝对 URL。
PUBLIC_APP_URL=
# Web login. Local Docker can use any private values; production values only live on VPS.
WEB_AUTH_USERNAME=
WEB_AUTH_PASSWORD=
WEB_AUTH_SESSION_SECRET=
WEB_AUTH_COOKIE_NAME=ai_toy_session
WEB_AUTH_COOKIE_SECURE=false