hass: add vno1-oh2 as a trusted proxy

This commit is contained in:
Motiejus Jakštys 2024-08-02 22:30:44 +03:00
parent f537117658
commit 37a1c480a5
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@ in
http = { http = {
use_x_forwarded_for = true; use_x_forwarded_for = true;
trusted_proxies = [ "127.0.0.1" ]; trusted_proxies = [
"127.0.0.1"
"${myData.hosts."vno1-oh2.servers.jakst".jakstIP}"
];
}; };
#homeassistant = { #homeassistant = {
# auth_providers = [ # auth_providers = [