Replies: 7 comments 27 replies
-
Localhost only works for your local pc. Extern devices won't be able to access it. Use the the lan 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. |
Beta Was this translation helpful? Give feedback.
-
I've been trying to get replex to run somehow for 3 weeks now ;) Can you maybe guide me through the procedure of a reverse proxy? I have Nginx and a custom domain with SSL. |
Beta Was this translation helpful? Give feedback.
-
As for a reverse proxy I think the easiest ones are https://caddyserver.com/docs/quick-starts/reverse-proxy Or |
Beta Was this translation helpful? Give feedback.
-
Okay...i have now progressed a few steps ;) I got my Domain working with SSL and Replex is showing if I go to Domain in Web Browser. |
Beta Was this translation helpful? Give feedback.
-
I will try it with this setting in nginx config: add_header Access-Control-Allow-Origin "example1.com"; maybe it will work. if its not working I will try another plex instance on another server without pre configured domain (complete root access). I will tell if it's working :) |
Beta Was this translation helpful? Give feedback.
-
If you don't know how to use nginx, don't use it. Use caddy it's much simpler and it automatically handles certificates for you for https. |
Beta Was this translation helpful? Give feedback.
-
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 replex working on local server. With HEROROWS and everything. Now when I disable remote access Plex works only local on server with plexip:3001 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!
Beta Was this translation helpful? Give feedback.
All reactions