pannal / Kitana

A responsive Plex plugin web frontend
Other
496 stars 25 forks source link

Question: running Kitana behind reverse proxy can't find local Plex server. Is this normal ? #56

Open Thumpermat opened 3 years ago

Thumpermat commented 3 years ago

I have my Plex server on a NAS and I'm running Kitana via docker behind a reverse proxy, so I start Kitana as per README.

When I log in using either Plex token or Plex credentials, Kitana finds the server but only remotely (i.e. public IP and NAT).

Is this normal ?

Looking forward to your reply.

Sincerely, Mathias

pannal commented 3 years ago

Can the docker container ping the Plex Media Server with its local IP?

Thumpermat commented 3 years ago

How can I check this? (Not an expert on docker)

UPDATE: I can go into the kitana container with docker exec -it katana /bin/bash, but there is no ping command in the container. Any thoughts?