Using Tailscale to access Home Assistant from everywhere
Using Tailscale to access Home Assistant from everywhere
vigonotion.com
Using Tailscale to access Home Assistant from everywhere
Tailscale provides a secure and straightforward approach to effortlessly make your Home Assistant instance available on the internet, without the complexities of router settings and VPN configuration....

I had to add this:
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
to config, but overall it's very useful article.