this post was submitted on 18 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

So my friend gifted me a RaspberryPi4 and I wanted to use it as my media server and seedbox. I've been running these two services off my desktop for years and I'd love to have an independent device that does this.

Anyway, I've been struggling a bit (as I expected) and am very much lost when trying to jump down the Docker rabbithole. I am a tech savy person, but I have absolutely 0 experience working in Linux or doing any sort of networking so I'm getting lost.

I guess my primary question is, is it worth it for me to spend a ton of time learning Docker and how to get it up and running with the containers I want to use? Or should I just save myself the headache and install the software I want on straight to the Pi? I really just intend on setting up the torrenting/media essential software and not touching it unless I have to. Maybe try to configure Pihole in addition to this as well. I feel a bit overwhelmed and can't seem to find any good guides for beginners on this topic and keep getting lost/stuck.

I currently have DietPi installed, and only have Samba installed and configured to have the ext. media drive accessible from my Windows desktop. This took me a week working a few hours after work to get this far but I finally was able to get it configured.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 10 months ago (1 children)

Docker is absolutely worth learning, all the cool kids know that self-hosted things gotta have docker versions

It's also not too hard to learn, I still don't really get Linux at all but a docker-compose file is basically just instructions to an installer in plaintext form

[โ€“] [email protected] 1 points 10 months ago

Are there any videos or guides you could recommend that may have helped you learn Docker?