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
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user