Skip to content

Caddy docker-image compiled to work with Cloudflare DNS and CrowdSec

License

Notifications You must be signed in to change notification settings

mariomare22/caddy-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

caddy-dns

Caddy docker-image compiled to work with DNS Challenge

version: "3.7"

services:
  caddy-sec:
    container_name: caddy-dns
    image: ghcr.io/mariomare22/caddy-dns:latest
    restart: unless-stopped
    ports:
      - "443:443"
    volumes:
      - ~/test/caddy/etc:/etc/caddy

create a Caddyfile

(ionos) {
      tls {
        dns ionos YOUR_API_KEY
      }
}
my.domain.com {
      reverse_proxy http://resource
      import ionos
}

About

Caddy docker-image compiled to work with Cloudflare DNS and CrowdSec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages