diff --git a/addons/duckdns/index.html b/addons/duckdns/index.html index 6ced1f2804..cf68e98faf 100644 --- a/addons/duckdns/index.html +++ b/addons/duckdns/index.html @@ -95,10 +95,12 @@

Home Assistant configuration

Use the following configuration in Home Assistant to use the generated certificate:

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

If you use a other port as 8123 or a SSL proxy, change the port number.