paradoxsp/caddy-dynv6

By paradoxsp

Updated about 2 years ago

Caddy 2 with dynv6 module included

Image
Networking
Internet of things
Web servers
0

10K+

paradoxsp/caddy-dynv6 repository overview

caddy-dynv6

Maintained by: paradox-sp

Overview:

This Docker repository provides a lightweight Caddy server image with built-in support for dynamic DNS updates using Dynv6.

Features:

  • Lightweight Caddy server image.
  • Seamless integration with Dynv6 for dynamic DNS updates.
  • Easy to configure and deploy.

Usage:

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.

Tag summary

Content type

Image

Digest

sha256:e21e18ac0

Size

31.7 MB

Last updated

about 2 years ago

docker pull paradoxsp/caddy-dynv6