add optional VIKUNJA_RATELIMIT_NOAUTHLIMIT env
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e501cc662d
commit
8be72aa8df
@ -16,6 +16,8 @@ LOG_LEVEL=INFO
|
|||||||
|
|
||||||
COMPOSE_FILE=compose.yml
|
COMPOSE_FILE=compose.yml
|
||||||
|
|
||||||
|
#VIKUNJA_RATELIMIT_NOAUTHLIMIT=10
|
||||||
|
|
||||||
# SSO OAUTH
|
# SSO OAUTH
|
||||||
# e.g. see https://goauthentik.io/integrations/services/vikunja/
|
# e.g. see https://goauthentik.io/integrations/services/vikunja/
|
||||||
# COMPOSE_FILE="${COMPOSE_FILE}:compose.oauth.yml"
|
# COMPOSE_FILE="${COMPOSE_FILE}:compose.oauth.yml"
|
||||||
|
@ -7,6 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
- LOG_LEVEL
|
- LOG_LEVEL
|
||||||
|
- VIKUNJA_RATELIMIT_NOAUTHLIMIT
|
||||||
volumes:
|
volumes:
|
||||||
- files:/app/vikunja/files
|
- files:/app/vikunja/files
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user