*paws at your commits* arf :3c

nekomimi.pet 28baeef4 e967329a

verified
Changed files
+12 -3
+5 -2
Dockerfile
···
FROM caddy:builder-alpine AS builder
RUN xcaddy build \
-
--with github.cloudflarem/caddy-dns/bunny \
--with github.com/caddy-dns/cloudflare \
--with github.com/pberkel/caddy-storage-redis \
--with tangled.sh/kot.pink/caddy-anubis \
-
--replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
···
FROM caddy:builder-alpine AS builder
RUN xcaddy build \
+
--with github.com/caddy-dns/bunny \
--with github.com/caddy-dns/cloudflare \
--with github.com/pberkel/caddy-storage-redis \
--with tangled.sh/kot.pink/caddy-anubis \
+
--replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1 \
+
--with github.com/tailscale/caddy-tailscale \
+
--with go.astrophena.name/tsid
FROM caddy:latest
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
+
+7 -1
README.md
···
-
currently has plugins for cloudflare, bunny, redis storage, and anubis
···
+
github.com/caddy-dns/bunny
+
github.com/caddy-dns/cloudflare
+
github.com/pberkel/caddy-storage-redis
+
tangled.sh/kot.pink/caddy-anubis
+
github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1
+
github.com/tailscale/caddy-tailscale
+
go.astrophena.name/tsid