From 4baa4f28d3122cef19871375c85484985076e826 Mon Sep 17 00:00:00 2001 From: chriswin Date: Mon, 10 Aug 2026 17:10:03 +0200 Subject: [PATCH] update remediation --- services/traefik/config/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/services/traefik/config/config.yml b/services/traefik/config/config.yml index 3337818..3c9c1d8 100644 --- a/services/traefik/config/config.yml +++ b/services/traefik/config/config.yml @@ -8,6 +8,7 @@ http: enabled: true logLevel: INFO updateIntervalSeconds: 60 + metricsUpdateIntervalSeconds: 600 crowdsecMode: stream crowdsecAppsecEnabled: true crowdsecAppsecFailureBlock: true @@ -25,9 +26,9 @@ http: # captchaProvider: hcaptcha # captchaSiteKey: b2d20610-8dda-4f40-8688-7ca8e1e628f8 # found in hcaptcha account # captchaSecretKey: {{ env "TRAEFIK_CAPTCHA_KEY" }} - # captchaGracePeriodSeconds: 1800 - # captchaHTMLFilePath: /captcha.html - # banHTMLFilePath: /ban.html + captchaGracePeriodSeconds: 1800 + captchaHTMLFilePath: /captcha.html + banHTMLFilePath: /ban.html routers: authelia: