Here’s what I did in order to install DuckDNS:
1. Created DuckDNS account/sub-domain
2. Installed and activated DuckDNS addon through hass.io-panel after I edited the config
3. Edited configuration.yaml with:
base_url: https://heremydomain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
4. Forwared:
service port 443 internal port 8123 to RPi3 ip
service port 80 internal port 80 to RPi3 ip
Now, I am unable to access hass.io through hassio.local, https://heremydomain.duckdns.org:8123 or myraspberrypiIP:8123. Samba and my SSH connection stopped working.
I can ping my pi locally and when I ping heremydomain.duckdns. org it returns my ip.
Also, hassio.local:3218 (configurator addon) works for some reason.
It would be truly appreciated if anybody could help.
Thanks!