hopeful wrote: 
> 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

Thanks Colin for your instructions, what does the last lines do?

trusted_networks:
- 192.168.0.0/24

What IP address do I use for the trusted_networks, my raspberrypi
address?

Thanks


------------------------------------------------------------------------
dclbas's Profile: http://forums.slimdevices.com/member.php?userid=68730
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to