PencilShavings / docker-caddy

A powerful open source web server (with Linode & Cloudflare DNS support).
https://hub.docker.com/r/pencilshavings/caddy
0 stars 0 forks source link

Caddy

A powerful open source web server (with Linode & Cloudflare DNS support).

Caddyfile

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}
  }
}

Notes