this post was submitted on 14 Jun 2023
32 points (97.1% liked)
Plex
2501 readers
1 users here now
Welcome to Plex, a community dedicated to Plex, the media server/client solution for enjoying your media!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Really the only safe, cheap and sustainable way nowadays is to use docker + gluetun + mullvad VPN (or your preferred VPN.
VPNs are cheap and they're worth it.
Mullvad is dropping support for port forwarding as of July 1st (a lack of which cripples torrenting), so this actually no longer a good option. I'm miffed about it since I just set it all up a couple weeks ago. I haven't done my research to see if there are any trustworthy VPN providers left which offer port forwarding.
Haven't used docker myself yet but keep seeing it talked about with servers, am I right in that if you have a working configuration if docker gluetun (with a vpn) you could share some sort of file that would let others setup theirs in the same way semiautomatically?
Yeah that's correct. It's called docker compose. Everything is declarative and it can be stood up and torn down with a single command.
When I was setting myself up I referenced this project quite a bit:
https://github.com/DoTheEvo/selfhosted-apps-docker
You can pick and choose the parts you want.