Add the ability to log to loki

This commit is contained in:
fuomag9
2025-11-12 22:07:51 +01:00
parent 6fa1eb756b
commit ec580d2385
6 changed files with 271 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ RUN go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/mholt/caddy-l4 \
--with github.com/trea/caddy-loki-logger \
--output /usr/bin/caddy
FROM ubuntu:24.04