Files
chat/.env.example
jbergner 9ee6d3c919
All checks were successful
release-tag / release-image (push) Successful in 1m41s
update admin und löschung
2026-05-15 09:08:50 +02:00

21 lines
669 B
Plaintext

# Development fallback: local nickname login
AUTH_MODE=local
# Pocket ID / OIDC login
# AUTH_MODE=oidc
# OIDC_ISSUER=https://id.example.com
# OIDC_CLIENT_ID=your-client-id
# OIDC_CLIENT_SECRET=your-client-secret
# OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
# OIDC_SCOPES=openid profile email
# Comma-separated usernames, emails or OIDC subjects that should always become admins.
# The very first user is also promoted to admin automatically.
CHAT_ADMINS=jan
# Which global roles may create rooms. Valid: admin, moderator, user
ROOM_CREATE_ROLES=admin,moderator
# Generate with: openssl rand -base64 32
SESSION_SECRET=replace-with-a-random-32-byte-secret