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 | [31m2025-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[0m
big-bear-home-assistant
Can someone please help me?