Files
home-server/komodo/general-purpose/open-webui/env.example

19 lines
619 B
Plaintext

# 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