Nginx Proxy Manager changes IP after every reboot breaking HA http/trusted_proxies setting

Hi,

I use the Nginx Proxy Manager Add On to create and install my SSL certificates from Let’s Encrypt.

On every restart of my HA host (I run a VM on Proxmox with Home Assistant Operating System) the docker container running Nginx Proxy Manager Add On the gets a different IP, which breaks the HA http/trusted_proxies configuration and I can’t reach the web frontend.

Every time I have ssh into HA, check the logs for the new IP and edit configuration.yaml http/trusted_proxies config.

Is there a way to tell the add on / docker container which IP it should use?
Or is there a way to set up a wildcard IP for allowed proxies? I tried 172.30.33.0, but that didn’t work.

Thanks for your help. :slight_smile:

Use the subnet designation

172.30.33.0/24

Which includes the whole docker subnet address list of 172.30.33.1-254

1 Like

Thanks, that did the trick!

1 Like