From baa403efa2497d594f64787609521cd11166e689 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 23 Mar 2026 16:36:09 +0500 Subject: [PATCH] feat(caddy): add CrowdSec bouncer module Build caddy with caddy-crowdsec-bouncer/http so the Caddyfile can reference the crowdsec layer directive for IP-level blocking. --- v3/caddy/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v3/caddy/Dockerfile b/v3/caddy/Dockerfile index 9f27a5b..8681b3c 100644 --- a/v3/caddy/Dockerfile +++ b/v3/caddy/Dockerfile @@ -1,7 +1,8 @@ FROM caddy:2-builder AS builder RUN xcaddy build \ - --with github.com/mholt/caddy-ratelimit + --with github.com/mholt/caddy-ratelimit \ + --with github.com/hslatman/caddy-crowdsec-bouncer/http FROM caddy:2-alpine COPY --from=builder /usr/bin/caddy /usr/bin/caddy