Comment on Help needed setting up NGINX reverse Proxy / HA / Vaultwarden using Duckdns
redcalcium@lemmy.institute 10 months ago
What happened when you tried to open it on incognito mode / private browsing mode?
Btw, if you’re using Chrome, you can type thisisunsafe
to bypass hsts warning if nothing else work.
Lobotomie@lemmy.world 10 months ago
if I close the 8123 port and remove my cache, firefox will warn me, if I click on forward anyways it will forward to a website from my router for some reason saying that the DNS-Rebind-Protection has blocked my attempt and that there is some issue with the host-header.
redcalcium@lemmy.institute 10 months ago
Instead of forwarding
ha.yourdomain.com
to192.168.178.214
(which I assume is the lan ip address for your machine), you should forward it to a hostname calledhomeassistant
(which is the hostname for the home assistant instance inside your docker compose network).Lobotomie@lemmy.world 10 months ago
okay, now I get a 502 bad gateway or upon reloading a the same DNS -Rebind Protection thing from my router.