Skip to content

Commit 3724c41

Browse files
committed
Add Souin and update CrowdSec bouncer in Caddy build
Updated the Caddy Dockerfile to include the Souin caching plugin and switched to the HTTP version of the CrowdSec bouncer plugin. This enhances caching functionality and aligns with updates to plugin structure.
1 parent 7870bdc commit 3724c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

caddy/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN xcaddy build \
1010
--with github.com/caddy-dns/powerdns \
1111
--with github.com/caddy-dns/cloudflare \
1212
--with github.com/mholt/caddy-l4 \
13-
--with github.com/hslatman/caddy-crowdsec-bouncer
13+
--with github.com/hslatman/caddy-crowdsec-bouncer/http \
14+
--with github.com/darkweak/souin/plugins/caddy
1415

1516
# TODO: Build the octane image locally and use it here, instead of pulling from dockerhub
1617
# This should work on GithubAction and locally using the docker buildx build command

0 commit comments

Comments
 (0)