I setup a docker image using the following docker run command:
--name ersatztv \
-e TZ=America/Vancouver \
-p 8409:8409 \
-v /docker/ersatztv:/root/.local/share/ersatztv \
--restart always \
jasongdove/ersatztv:latest-nvidia
I then went to the UI at http://localhost:8409 and proceeded to try to add my plex media library. When clicking the "Sign in to plex" button, nothing happened aside from a error in the UI and the same error in the docker containers logs:
error: Unexpected error generating plex auth app url: The SSL connection could not be established, see inner exception.
The docker container is running on my server and I've setup a ssh reverse tunnel so my PC where I'm configuring Ersatztv, uses a tunnel to http://localhost:8409. I'm not able to directly setup from the same network as my server is located at a different location than my PC. I don't know if this is causing the issue or not. I have also tried using Caddy reverse proxy and I get the same error.