Hey there,
I am using Home Assistant (OS) and just installed the Plex addon.
Now I want to access it using the domain instead of the IP.
I am using NGINX as an SSL proxy and AdGuard Home as the DNS-Server. It rewrites my domain to the local ip of the Home Assistant instance.
Let’s say the domain is my.domain.com and the local IP is 192.168.1.1.
So when I ping my.domain.com from any client on my local network, it actually pings to 192.168.1.1.
My Home Assistant UI can also be reached using the domain my.domain.com (locally and from the internet thanks to NAT).
Other AddOns like Vaultwarden can also be accessed on their ports locally and externally.
But here comes the problem: Plex cannot!
192.168.1.1:32400 works just fine.
my.domain.com:32400 will report denied access!
Tried both: http and https.
Any suggestions would be highly appreciated. I just can’t figure out what I am doing wrong…
Thanks in advance!