Skip to content

nexus-uw/caddy-gandi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

caddy-gandi

caddy server docker image with the gandi dns module installed https://github.com/caddy-dns/gandi

why

see https://github.com/nexus-uw/caddy-do

also, it should be noted that the Digital Ocean DNS manager while free does not (yet) support DNSSEC as of aug 2022 (https://ideas.digitalocean.com/network/p/add-dnssec-support-to-the-dns-manager) but gandi.net does src

how

get docker image url from https://github.com/nexus-uw/caddy-gandi/pkgs/container/caddy-gandi

set the GANDI_API_TOKEN env var for the container

then in your caddyfile

your.better.domain.pl {
	respond "Hello World"	# replace with whatever config you need...
	tls {
		dns gandi {env.GANDI_API_TOKEN}
	}
}

added cloudflare in 2023 b/c reasons

touch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published