From 7d5a1f2c16677f4ed49900f1dbe3ee2df9783be6 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Sat, 24 Sep 2022 17:44:25 +0100 Subject: [PATCH] config: feat: Add Traefik as trusted proxy --- configuration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 30439cc..5fb1221 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -9,3 +9,8 @@ tts: automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml + +http: + use_x_forwarded_for: true + trusted_proxies: + - 172.22.0.254