Compare commits

...

2 Commits

Author SHA1 Message Date
Moritz 8be72aa8df add optional VIKUNJA_RATELIMIT_NOAUTHLIMIT env
continuous-integration/drone/push Build is passing Details
2024-02-27 16:30:19 +01:00
Moritz e501cc662d Add sample oauth data 2024-02-27 16:26:49 +01:00
2 changed files with 7 additions and 4 deletions

View File

@ -16,14 +16,16 @@ 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
# OAUTH_URL
# OAUTH_CLIENT_ID
# OAUTH_LOGOUT_URL
# 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

View File

@ -7,6 +7,7 @@ services:
environment:
- DOMAIN
- LOG_LEVEL
- VIKUNJA_RATELIMIT_NOAUTHLIMIT
volumes:
- files:/app/vikunja/files
networks: