Nginx proxy manager SSL => subnets

This is my current setup with NPM on docker on my game server
i have tried to find a solution for my situation that seems to be neglected in many posters of solutions on the web and YT. ( or im too blind to see it)
i try to get SSL via duckdns on my HASSIO web GUI but i cant get it connected there since its on a different subnet wile the GUI of NPM is working just fine.
pfsense is configured as it should with 80/443 open to WAN and all LAN subnet open to each other
i have 2 SSL certs green on the NPM

homeassistant:
external_url: “https://XXXXXXX.duckdns.org
internal_url: “http://10.10.2.x:8123
http:
use_x_forwarded_for: true
trusted_proxies:

  • 10.10.5.2 # Add the IP address of the proxy server
  • 10.0.0.0/8
    ip_ban_enabled: true
    login_attempts_threshold: 5

have this in the yaml of HA

it seems im missing something but cannot find it
if some needs more input ill provide it where possible

Look at the logs on your HASS server and see what the errors are when you try to connect to your site. If I had to bet the proxy address needs to be the gateway of the subnet.

You could also try to add 10.0.0.0/8 to your trusted proxy for testing purposes and see if you can get it to work. If it does work the logs will tell you what IP it’s coming from (probably the gateway IP).

allready had the 10.0.0.0/8
logs shows me gibberish on the dns tab