#Home Asisstant and nginx can't for the life of to get it to work

1 messages · Page 1 of 1 (latest)

orchid marsh
#

I had it working, but after playing with frigate, everything went wrong in the insall. I reinstalled the docker and added the ip for my proxyserver. nginx is 192.168.0.110 - Other services works on this.
Here is my configuration.yaml

`default_config:

frontend:
themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.0/24 # Trusts all devices in local network
- 192.168.0.110
- 172.16.0.0/12 # Trusts Docker networks
- 172.30.33.0/24`

And my error log:

big-bear-home-assistant | 2025-03-15 13:19:04.847 ERROR (MainThread) [homeassistant.components.http.forwarded] A request from a reverse proxy was received from 192.168.0.100, but your HTTP integration is not set-up for reverse proxies
big-bear-home-assistant

Can someone please help me?

orchid marsh
#

My upated configuration.yaml

`# Loads default set of integrations. Do not remove.
default_config:

Load frontend themes from the themes folder

frontend:
themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.0.110`

It works now.