I have Hass.io installed in the docker container. Used raspberry pi 3b+ with Raspbian.
Okay:
- I set DuckDNS addon.
- I registered at duckdns org and created a domain there.
- Edited the addon config.
`
lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: dac21d38-29c7-47d8-9f79-6f9df2581fe3
domain:
-
testhome.duckdns.org
seconds: 300
`
- Runs the addon, creates the keys:
fullchain.pem
and privkey.pem - in configuration.yaml added
http: base_url: testhome.duckdns.org ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem
in the router, I enabled port forwarding
80 > 80
443 > 8123.
in the end, I can’t go to either the local address or the duckdns domain.
I get an error ERR_CONNECTION_TIMED_OUT or ERR_CONNECTION_REFUSED.
I’ve been looking at the home assistant logs.
/usr/share/hassio/homeassistant/homeassistant.log
there’s no record of any mistakes.
What do I do in this situation and how do I get external access to my server?