/docker-caddy-cloudflare-proxy

The Caddy Docker image with support added for Cloudflare DNS and Caddy Docker Proxy (configuration using Docker labels)

Primary LanguageDockerfileApache License 2.0Apache-2.0

Caddy-Cloudflare-Proxy

Docker Hub GitHub tag (latest SemVer) License

The official Caddy Docker image with following modules added:

Available on Docker Hub or GitHub Container Registry (GHCR) for AMD64, ARM64, and ARMv7.

# Docker Hub
docker pull zenjoy/caddy-cloudflare-proxy:latest

# GHCR
docker pull ghcr.io/zenjoy/caddy-cloudflare-proxy:latest

Building

You can easily build the Docker image locally by doing

docker build -t caddy-cloudflare-proxy .

Container signatures

All images are automatically signed via Cosign using keyless signatures. You verify the integrity of these images as follows:

cosign verify \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp https://github.com/zenjoy/docker-caddy-cloudflare-proxy/.github/workflows/ \
  zenjoy/caddy-cloudflare-proxy:latest

Contributing

Feel free to contribute and make things better by opening an Issue or Pull Request.

License

View license information for the software contained in this image.