Is your HA server accessible from the internet, e.g. from a mobile 'phone using 4G and not the local wi-fi network? You need to be able to get to it externally using 'mydomain.duckdns.org'
If not, here's what I had to do: 1. In the DuckDNS add-in, configure your DuckDNS token and domain name and set accept_terms to true 2. In configuration.yaml, the following is required (using your own domain name and ip address subnet - the trusted networks bit is not essential): http: base_url: https://mydomain.duckdns.org ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem trusted_networks: - 192.168.0.0/24 3. On your router, forward port 443 to 8123 Cheers Colin ------------------------------------------------------------------------ hopeful's Profile: http://forums.slimdevices.com/member.php?userid=65059 View this thread: http://forums.slimdevices.com/showthread.php?t=109273 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
