*paws at your commits* arf :3c

nekomimi.pet 28baeef4 e967329a

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