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 # 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