init

Changed files
+12
+12
Dockerfile
··· 1 + FROM caddy:builder-alpine AS builder 2 + 3 + RUN xcaddy build \ 4 + --with github.cloudflarem/caddy-dns/bunny \ 5 + --with github.com/caddy-dns/cloudflare \ 6 + --with github.com/pberkel/caddy-storage-redis \ 7 + --with tangled.sh/kot.pink/caddy-anubis \ 8 + --replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 9 + 10 + FROM caddy:latest 11 + 12 + COPY --from=builder /usr/bin/caddy /usr/bin/caddy
caddy

This is a binary file and will not be displayed.