lostb1t / replex

Remix your Plex hubs
205 stars 7 forks source link

Can't get Replex working on other than local #73

Closed cine25 closed 1 year ago

cine25 commented 1 year ago

Hello, I can't get replex to run other than local:

i proceed as follows:

I start replex in docker with the following command: ocker run --rm -it -p 3001:80 -e REPLEX_HOST="http://plexip:plexport" ghcr.io/lostb1t/replex:latest

after that I see locally replex working. With HEROROWS and everything. Now when I disable remote access Plex works only locally and there is no access externally, neither via app.plex.tv nor via direct plexip:3001, also clients have no connection anymore.

i have put http://plexip:3001 in network tab. but this doesn't work either.

What am I doing wrong?

Thank you!

Bildschirmfoto 2023-09-07 um 13 56 29 Bildschirmfoto 2023-09-07 um 13 56 24
lostb1t commented 1 year ago

Localhost only works for your local pc. Extern devices won't be able to access it. Use the the lab or wan ip.

Also app.plex.tv won't work without https you need a reverse proxy for that. You can read about it in the readme.

If you have any more questions open a discussion instead of issue