A powerful open source web server (with Linode & Cloudflare DNS support).
- Built from the offical caddy image using the following Dockerfile.
- Includes
tosie
's dns-linode plugin. - Includes
caddy-dns
's cloudflare plugin.
You can generate a Personal Access Token
from your Linode Dashboard.
You can generate an API Token
under your My Profile page.
Your API Token only needs Zone
DNS
Read/Edit
permissions.
your.domain.com {
tls {
dns linode {YOUR_LINODE_PERSONAL_ACCESS_TOKEN}
# dns cloudflare {YOUR_CLOUDFLARE_API_TOKEN}
}
}
- I don't like using the arbitrary "latest" tag.
- Any other plugins that I think is necessary may be added, depending on the use case.