File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ services:
5050 traefik.http.routers.nginx.rule : Host(`${DOMAIN}`)
5151 traefik.http.services.nginx.loadbalancer.server.port : 80
5252 traefik.http.routers.nginx.middlewares : captcha-protect@docker
53+ traefik.http.middlewares.captcha-protect.plugin.captcha-protect.rateLimit : 0
54+ traefik.http.middlewares.captcha-protect.plugin.captcha-protect.ipv4subnetMask : 8
55+ traefik.http.middlewares.captcha-protect.plugin.captcha-protect.window : 864000
5356 traefik.http.middlewares.captcha-protect.plugin.captcha-protect.protectRoutes : " /"
5457 traefik.http.middlewares.captcha-protect.plugin.captcha-protect.captchaProvider : turnstile
5558 traefik.http.middlewares.captcha-protect.plugin.captcha-protect.siteKey : ${TURNSTILE_SITE_KEY}
@@ -71,7 +74,7 @@ services:
7174 --providers.docker=true
7275 --providers.docker.network=default
7376 --experimental.plugins.captcha-protect.modulename=github.com/libops/captcha-protect
74- --experimental.plugins.captcha-protect.version=v1.8 .2
77+ --experimental.plugins.captcha-protect.version=v1.9 .2
7578 volumes :
7679 - /var/run/docker.sock:/var/run/docker.sock:z
7780 - /CHANGEME/TO/A/HOST/PATH/FOR/STATE/FILE:/tmp/state.json:rw
You can’t perform that action at this time.
0 commit comments