this post was submitted on 14 Jun 2023
5 points (100.0% liked)

Plex

2479 readers
5 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
[โ€“] learning2Draw@lemmy.ca 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?

[โ€“] afatparakeet@beehaw.org 1 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.