rambos, 1 year ago (edited 7 months ago) For homeassistant I had to add this in configuration.yaml <span style="color:#323232;">http: </span><span style="color:#323232;"> use_x_forwarded_for: true </span><span style="color:#323232;"> trusted_proxies: </span><span style="color:#323232;"> - 172.21.0.2 </span> Where 172.21.0.2 is my NPM docker IP Edit: its NPM IP and not HA like I wrote first time
For homeassistant I had to add this in configuration.yaml
<span style="color:#323232;">http: </span><span style="color:#323232;"> use_x_forwarded_for: true </span><span style="color:#323232;"> trusted_proxies: </span><span style="color:#323232;"> - 172.21.0.2 </span>
Where 172.21.0.2 is my NPM docker IP
Edit: its NPM IP and not HA like I wrote first time