1. The problem I’m having:
I am trying to configure Caddy 2 via the home assistant add-on to access my mealie integration via HTTPS. Get the error below.
2. Error messages and/or full log output:
adapting config using caddyfile: parsing caddyfile tokens for 'tls': getting module named 'dns.providers.duckdns': module not registered: dns.providers.duckdns, at /share/caddy/Caddyfile:7
3. Caddy version:
Current version: 1.5.4
4. How I installed and ran Caddy:
a. System environment:
b. Command:
N/A
c. Service/unit/compose file:
N/A
d. My complete Caddy config:
{
email myemail@gmail.com
}
mydomain.duckdns.org {
tls {
dns duckdns mytoken
}
reverse_proxy https://192.168.1.105:9090
}