update: enhance README with detailed service descriptions and quick start guide; remove deprecated Calibre service from docker compose
This commit is contained in:
17
komodo/general-purpose/open-webui/env.example
Normal file
17
komodo/general-purpose/open-webui/env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# API Keys
|
||||
OPEN_API_KEY=your_openai_api_key
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key
|
||||
|
||||
# OAuth Configuration (for Authentik or other OIDC providers)
|
||||
OPENID_PROVIDER_URL=https://authentik.yourdomain.com/application/o/open-webui/.well-known/openid-configuration
|
||||
OAUTH_CLIENT_ID=your_oauth_client_id
|
||||
OAUTH_CLIENT_SECRET=your_oauth_client_secret
|
||||
OPENID_REDIRECT_URI=http://localhost:11674/auth/oidc/callback
|
||||
|
||||
# OAuth Settings (optional, defaults shown)
|
||||
# ENABLE_OAUTH_SIGNUP=true
|
||||
# OAUTH_MERGE_ACCOUNTS_BY_EMAIL=true
|
||||
# OAUTH_PROVIDER_NAME=Authentik
|
||||
# OAUTH_SCOPES=openid email profile
|
||||
# ENABLE_OAUTH_GROUP_MANAGEMENT=true
|
||||
|
||||
Reference in New Issue
Block a user