DuckDNS on HASSIO 101.3

hello all,

in order to upgrade from version 100.3 to version 101.3 I had to comment the “http” component in configuration.yaml, so, now, i can’t access remotly throug DuckDNS.
My question is, where and how should I include what was the http config i had before:

http:
  base_url: https://my-domain.duckdns.org:8123
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

thanks a lot!

That config seems to be correct. After upgrading the HA, put that again within the configuration.yaml file and reboot the host.

1 Like

seems to me that urlbase is now external_url ?

So which is the correct configuration using YAML mode?