fix(home-assistant): add IPv6 trusted proxy
This commit is contained in:
parent
65f2aa1d0c
commit
44f0aa4466
|
@ -86,7 +86,7 @@ in {
|
||||||
config = { };
|
config = { };
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [ "127.0.0.1" ];
|
trusted_proxies = [ "127.0.0.1" "::1" ];
|
||||||
};
|
};
|
||||||
"automation editor" = "!include automations.yaml";
|
"automation editor" = "!include automations.yaml";
|
||||||
automation = { };
|
automation = { };
|
||||||
|
|
Loading…
Reference in a new issue