Skip to content

PencilShavings/docker-caddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published