fix(home-assistant): fix reverse proxy config
This commit is contained in:
parent
9145766972
commit
65f2aa1d0c
|
@ -84,6 +84,10 @@ in {
|
|||
};
|
||||
default_config = { };
|
||||
config = { };
|
||||
http = {
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [ "127.0.0.1" ];
|
||||
};
|
||||
"automation editor" = "!include automations.yaml";
|
||||
automation = { };
|
||||
frontend = { };
|
||||
|
|
Loading…
Reference in a new issue