this post was submitted on 14 Jun 2023
23 points (96.0% liked)

Plex

2473 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
 

Ive been wanting to make my own home media server for a bit now along with doing some other things, but how do i do it can i use any tech device as a media server, do i buy a bunch of dvds and digitize them. what exactly are the steps that need to be taken?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 1 year ago (2 children)

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.

[–] [email protected] 1 points 1 year ago

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.

[–] [email protected] 0 points 1 year ago (1 children)

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?

[–] [email protected] 3 points 1 year ago

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.