muffintopking_
Configuring dnsChallenge using RFC2136 as a provider
I followed the steps here https://runtipi.io/docs/guides/dns-challenge-cloudflare and https://runtipi.io/docs/guides/customize-compose-and-traefik to make modifications to the docker compose & traefik configs. I deleted
traefik/tls/*
and traefik/shared/acme.json
, then restarted runtipi, and the files were regenerated. However, it regenerated a self-signed certificate and in the UI I saw an error about trying to request a certificate from Let's Encrypt for the internal private IP address instead of the domain name.
I added this to user-data/tipi-compose.yml
:
and this to traefik/traefik.yml
:
(I also set persistTraefikConfig
to true
in state/settings.json
)56 replies