Caddy 2 with dynv6 module included
10K+
Maintained by: paradox-sp
This Docker repository provides a lightweight Caddy server image with built-in support for dynamic DNS updates using Dynv6.
Features:
To use this image, set the DYNV6_API_TOKEN environment variable in your docker run command or Docker Compose file. Example:
docker run -e DYNV6_API_TOKEN=your_token -p 80:80 -p 443:443 paradoxsp/caddy-dynv6
Or,
Add DYNV6_API_TOKEN as environment variables in your CADDYFILE. Example:
tls {
dns dynv6 {env.DYNV6_API_TOKEN}
}
For additional deployment instructions and Caddy configuration options, refer to the official Caddy Website.
Content type
Image
Digest
sha256:e21e18ac0…
Size
31.7 MB
Last updated
about 2 years ago
docker pull paradoxsp/caddy-dynv6