this post was submitted on 04 Jan 2024
41 points (100.0% liked)

Selfhosted

39240 readers
406 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm a novice Linux user. Comfortable with command line but far from a whiz. Have to duckduckgo a lot of stuff to figure out what I'm doing.

I just bought a WD EX2 Ultra. The Plex app is built in, but it looks like the other stuff I want to do will require Docker containers. Maybe I just need to devote more time to learning containers but, at first look, it all seems quite daunting.

Here's what I want to set up. Jellyfin for music, tv & movies. Audiobookshelf for podcasts. The Servarr suite for library collection and management. VPN for security and privacy.

Am I swinging too big for my skill level, or does this seem doable? Any suggestions on how to proceed? Any and all feedback is welcome!

you are viewing a single comment's thread
view the rest of the comments
[–] sailingbythelee@lemmy.world 11 points 8 months ago

I'm a Linux newb and I managed to set this up a couple months ago. Despite being new to servers and containers, I did not find it too difficult.

Here is the guide I used: https://zerodya.net/self-host-jellyfin-media-streaming-stack/

The guide above doesnt include Audiobookshelf installation, but you will quickly see that adding Audiobookshelf to the basic setup is very easy. There are two things I've learned since the initial setup, which are worth a deviation from the guide above.

First, the recommendation in the guide to use a separate userid and groupid (1001) for the docker containers vs. your own userid/groupid (1000) is a royal PITA and not necessary for most basic use cases.

Second, and much more important, you MUST set up your VPN in a Gluetun container and then make your torrent client container a "service" of the Gluetun container. Yes, I know, that sounds like some advanced-level abstraction, but it is actually extremely easy to do and it will save you from getting a nastygram from your ISP when your VPN loses connection. The MPIAA is extremely active with automated detection and processing of torrenting data, but if you set up your VPN with Gluetun, you have a perfectly effective kill switch when your VPN connection drops. And, no, the built-in killswitch on your VPN client won't work with containers.

Here is the guide I used to make that modification to the initial setup: https://www.smarthomebeginner.com/gluetun-docker-guide/

Good luck! It was fun to set up, and even more fun to use.