I’ve just started using HA and trying to configure allowing reverse proxy. Seeing as containers can’t use add-ons, I’ve no way of editing the configuration.yml file.
Any ideas?
[homeassistant.components.http.forwarded] A request from a reverse proxy was received from 172.27.0.2, but your HTTP integration is not set-up for reverse proxies
You edit files used by the container version of HA the same way you edit files used by any other container. Primarily it depends on how you’ve mapped HA’s /config volume when you created the container.
If you’re not familiar with using Docker, I’d strongly suggest setting up a VM and using HAOS. I say that as someone who initially ran HAOS and after a year I then switched to Docker (after gaining experience on Docker by running other containers).