Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.14 KB

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

  • 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.