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
