Skip to content

The Caddy Docker image with support added for Cloudflare DNS and S3 storage

License

Notifications You must be signed in to change notification settings

zenjoy/docker-caddy-cloudflare-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caddy-Cloudflare-S3

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 and ARM64

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

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

Building

You can easily build the Docker image locally by doing

docker build -t caddy-cloudflare-s3 .

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-s3/.github/workflows/ \
  zenjoy/caddy-cloudflare-s3: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.