45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
TYPE=vikunja
|
|
TIMEOUT=300
|
|
ENABLE_AUTO_UPDATE=true
|
|
|
|
DOMAIN=vikunja.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.vikunja.example.com`'
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
SECRET_JWT_SECRET_VERSION=v1
|
|
|
|
LOG_LEVEL=INFO
|
|
|
|
COMPOSE_FILE=compose.yml
|
|
|
|
#VIKUNJA_RATELIMIT_NOAUTHLIMIT=10
|
|
|
|
# uncomment to enable local authentication
|
|
# LOCAL_AUTH_ENABLED=true
|
|
# uncomment to enable self-registration (if disabled, can be done via
|
|
# command line in the api container with vikunja user command)
|
|
# LOCAL_REGISTRATION_ENABLED=true
|
|
|
|
# SSO OAUTH
|
|
# e.g. see https://goauthentik.io/integrations/services/vikunja/
|
|
# COMPOSE_FILE="${COMPOSE_FILE}:compose.oauth.yml"
|
|
# OAUTH_ENABLED=true
|
|
# OAUTH_NAME=authentik
|
|
# OAUTH_URL=https://login.example.com/application/o/vikunja/
|
|
# OAUTH_CLIENT_ID=vikunja
|
|
# OAUTH_LOGOUT_URL=https://login.example.com/application/o/vikunja/end-session/
|
|
# SECRET_OAUTH_SECRET_VERSION=v1
|
|
|
|
# E-MAIL
|
|
# COMPOSE_FILE="${COMPOSE_FILE}:compose.smtp.yml"
|
|
# SMTP_ENABLED=true
|
|
# SMTP_HOST=mail.example.com
|
|
# SMTP_AUTHTYPE=plain # possible: plain, login, cram-md5
|
|
# SMTP_USER=user
|
|
# SMTP_FROM_EMAIL=user@example.com
|
|
# SECRET_SMTP_PASSWORD_VERSION=v1
|