fix(home-assistant): fix reverse proxy config

This commit is contained in:
Felix Schröter 2021-10-08 19:11:19 +02:00
parent 9145766972
commit 65f2aa1d0c
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -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 = { };