Hey guys,
I'm running HAOS in a VM. Was always working before.
I did a restore of my configs after moving to Truenas.
The only thing that isn't working now is the reverse proxy.
I use Nginx Proxy Manager (NPM).
Here is my Home Assistant reverse proxy config:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
# Add use_x_forwarded_for
use_x_forwarded_for: true
cors_allowed_origins:
- https://subdomain.domain.ltd
trusted_proxies:
- 192.168.0.69
- 192.168.0.36
- 192.168.0.0/24```
The reverse proxy IP is ```192.168.0.36``` I have no idea what is going on since there is nothing in the logs.
Would it work if I added ```**``` to the trusted_proxies list?
Thank you all for the help!