I have Plex, Radarr, Sonarr, Overseerr etc running in Docker containers, but have never found a good guide on how to access these (safely) from outside. I resort to connecting to a server running VNC. I've tried nginx but didn't understand it, also tried Cloudflare (ditto). Is there a good, easy to understand guide on how to do this?

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago

ssh -D 8080 your.machine and then add localhost:8080 as a proxy to your browser

  • source