homeassistant: allow remote connection via tailscale tunnel
This commit is contained in:
parent
3cf490c052
commit
875066f774
2 changed files with 24 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue