Add CrowdSec and additional modules, new crowdsec build workflow
All checks were successful
Docker Build and Publish (CrowdSec) / Build Docker image and publish to Gitea (push) Successful in 1m43s

Adds caddy-l4, transform-encoder, and CrowdSec bouncer (http/appsec/layer4)
modules to the Dockerfile. Adds a dedicated workflow that publishes the image
tagged as :crowdsec on the crowdsec branch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 22:25:38 -04:00
parent c8eb8e9c3b
commit c396218805
2 changed files with 57 additions and 1 deletions

View File

@@ -1,7 +1,12 @@
FROM caddy:builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/hetzner/v2
--with github.com/caddy-dns/hetzner/v2 \
--with github.com/mholt/caddy-l4 \
--with github.com/caddyserver/transform-encoder \
--with github.com/hslatman/caddy-crowdsec-bouncer/http@main \
--with github.com/hslatman/caddy-crowdsec-bouncer/appsec@main \
--with github.com/hslatman/caddy-crowdsec-bouncer/layer4@main
FROM caddy:latest