Using nginx proxy manager with ipv6

Hello my dear home assistant community,
I’ve been trying to get my home assistant instance to work with my own domain.
After I discovered that I only have ipv6 available, I decided to run everything on ipv6 instead.

In my configuration file, I added these lines for http:

http:
  base_url: xxx.xxx.com
  server_host: ::0
  use_x_forwarded_for: true
  trusted_proxies: ::0

My nginx proxy looks like this:

In the destination I put the same address as I would when trying to access home assistant myself over my local network.

When I use this configuration, restart my entire system and go to my domain, it says 502 BAD GATEWAY. This shows that my domain points to the right ipv6 address.

When I just use my ip to connect to the instance, I get the Congratulations! you’ve succesfully started the nginx proxy manager. When I use the same address and put :8123 behind it, I can also access my home assistant instance, because I forwarded all ports necessary for testing purpose (80,443,8123).

When I edit the destination in the proxy manager to my local ipv4 address, I get a 400: Bad request from home assistant, at least thats what I think.

I really don’t know what I have to do, to get this stuff running. I’ve spent several nights trying anything and googling, but at this point you guys are my last hope.

Hi mindcollaps,

did you solve your problem? I am running into the same problem and … :frowning:

Markus

I just tried the same thing, and I’m not having any luck. I tested the same as above, I can connect directly to HA via the IPv6 and port (if I open it temporarily for testing). However, when I try to configure the IPv6 address via NGINX Proxy Manager, I am not having any luck. Has anyone got this working?