Home Assistant with Reverse Proxy

I am trying to get this running. I see in the docs you need to add

use_x_forwarded_for: true
trusted_proxies:

I assume I did this here

However, I still get

A request from a reverse proxy was received from 172.16.12.1, but your HTTP integration is not set-up for reverse proxies. Am I doing that right?

These are not environment variables.

You need to configure the config storage as a host path, then in a shell do e.g. cd /mnt/pool/appdata/homeassistant/configuration and edit the YAML file you find there according to the HA docs.

Then restart the app.

HTH,
Patrick

Ah, thanks! I thought that was the way to add the environment variables. I’ll give that a try, thanks!