homeassistant: allow remote connection via tailscale tunnel

This commit is contained in:
Christoph Hollizeck 2025-03-28 00:18:00 +01:00
parent 479c7d8b9f
commit 18abaf4866
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
2 changed files with 24 additions and 0 deletions

View file

@ -68,6 +68,10 @@ in
locations."/" = {
# tailscale ip
extraConfig = ''
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
'';
proxyPass = "http://100.86.23.74:8123";
};
};