Initial commit

This commit is contained in:
alook
2026-08-18 10:03:35 +08:00
commit 8e4424b82a
11 changed files with 1524 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
CLIPROXY_API_KEY=replace-with-the-key-from-cliproxyapi-config
GEMINI_API_KEY=replace-with-your-gemini-api-key
JUPYTER_TOKEN=replace-with-a-strong-random-token
WEBUI_AUTH=true
ENABLE_LOGIN_FORM=true
ENABLE_SIGNUP=false
ENABLE_OAUTH_SIGNUP=true
DEFAULT_USER_ROLE=user
GOOGLE_CLIENT_ID=replace-with-your-google-client-id
GOOGLE_CLIENT_SECRET=replace-with-your-google-client-secret
GOOGLE_REDIRECT_URI=http://localhost:3000/oauth/google/callback
GOOGLE_OAUTH_SCOPE=openid email profile
OAUTH_ALLOWED_DOMAINS=example.com