Open mcmikemn opened 2 days ago
It's definitely not needed for a normal setup. What is your DNS setup? Cloudflare with orange cloud?
I host my DNS zone on Digital Ocean. I have a droplet with Traefik on it that is VPNed (wireguard) to Traefik on a server in my homelab which then forwards traffic to the appropraite Docker container.
So ledns is a very special feature for getting the certificates on one server, uploading it to a bucket and then downloading it to the http-host servers. You definitely don't need it.
If you have a Traefik server, then you don't need LE at all on this, I believe Traefik is handling the certificates for you. In this case, just set SKIP_LETSENCRYPT=true
. Can you try it like this with DOMAIN_LE?
Yes, I'll give that a shot soon and let you know the results. Thanks!
The self hosting docs and the comments in
.env.sample
could use a clarification.The comments in
.env.sample
say that self-hosters don't needDOMAIN_LEDNS
, but I think we do.I entered only
DOMAIN_LE
andLE_EMAIL
......but I got:
To get past that, I added a value to
DOMAIN_LEDNS
even though the comment says I don't need it:(I'm not sure what
HTTP_HOST_LIST
is for)