wernight / docker-plex-media-server

Dockerized Plex Media Server
https://registry.hub.docker.com/u/wernight/plex-media-server/
MIT License
128 stars 34 forks source link

allowedNetworks from specific external IP #34

Open emcniece opened 7 years ago

emcniece commented 7 years ago

I'm trying to set this up on a remote host and can't access the /settings/server area. I'm guessing this is because even after starting the container with the --net=host flag the container is still on a remote network.

I have tried adding my private IP address to the allowedNetworks parameter in Preferences.xml (in the format 12.34.567.890:255.255.255.255) but the Server settings are still not accessible. Is there a different way to allow a single IP address to access the server settings remotely?

wernight commented 7 years ago

With --net=host you can access via 127.0.0.1 so it should work. You can also get a token and set it.

Are you running on Windows or Linux?