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!

  • sailingbythelee@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    6 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.

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    6 months ago

    start small, and you should be able to do it no problem.

    first off, ignore the wd. its storage. you dont want your storage and your processing mixing (i wouldnt anyway)

    • find yourself an old, shitty pc with >=4gb of ram, processor irrelevant.
    • slap a small ssd in, or dont. install linux
    • install docker
    • start installin containers

    lots of available, preconfigured containers with instruction over at: https://hub.docker.com

    when you get your containers functional you can connect your media software (jellfyin) to the wd storage

  • quizno50@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    6 months ago

    I’ve been doing Linux server administration for 20 years now. You’ll always have to duckduckgo things. You’ll never keep it all in your head, even just a single server with a handful of services. Docker and containers really isn’t too hard. Just start small and build from there. If you can learn how the chroot command works, you’ve pretty much learned docker. It’s just chroot with more features.

    • billwashere@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 months ago

      Yep same here. Professional IT for over 25 years. Nobody knows everything. It’s ok to fail. Just keep swimming. And when you do get something working…. that high is unbelievable. It’s like a drug addiction and will drive you to do more and more. Good luck!!!

  • rambos@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 months ago

    Leave Servarr as last thing to setup because it requires many services to work together and even small mistake in config will make it not work. Its not hard, but it will be easier after you learn how to setup jellyfin or audiobookshelf.

    I have no experience with your hardware, but after you install docker and docker-compose get Portainer and get familiar with docker compose. Portainer is simple gui that lets you manage all containers.

    So for example, you get docker-compose example for jellyfin, eddit PUID, GUID, path to your library folder, copy that in Portainer Stacks, hit deploy and BAM! Your jellyfin is available on http://localhost:8096

    You might face many issues in the begining, but dont give up, its getting more and more easy over time. I still think Im a noob, but have no problems with my 40ish containers running on poor home server 😉. Dont forget this community is awesome and helpfull

  • helenslunch@feddit.nl
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    6 months ago

    I’ve been working on this on and off for a few months now. The more I learn, the deeper the hole gets. Ports and VPNs and UPNP and TCP and UDP and hosts and containers and firewalls and on and on. It’s a lot.

    Many times I can’t get things working properly, if at all, and other times it works perfectly one day and then several days later, after changing absolutely nothing, no longer works.

    My current goal is to get a Mobilizon instance and a Jitsi server running, to hopefully get a community started up there that meets up regularly to help each other, and to make onboarding easier.

    I tried to ask for help around here and, while a few kind people did offer to help (and disappeared shortly thereafter), I was overwhelmingly lambasted for daring to ask for personal help.

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    Take your time and don’t hang your hat on anything until you’ve run it for a while yourself before you subject your family to it, no matter how excited you are. You’ll just get people wary of trying your projects if it’s always failing, unless you have someone that knows how these things go and that you’re learning, and is willing to help you sort out bugs.

  • LoboAureo@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    I recommend you to check casaos. It’s a frontend for docker containers with his own “app store” with all you want and more easily configurable.

    Maybe is not for you, as is so easy that maybe you don’t learn anything, but maybe it’s a way to start and investigate without frustrating blocks.

    I feel myself at the same level than you, and currently investigating how to setup a DNS + VPN server, only for fun/learn

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    DNS Domain Name Service/System
    IP Internet Protocol
    Plex Brand of media server package
    TCP Transmission Control Protocol, most often over IP
    UDP User Datagram Protocol, for real-time communications
    VPN Virtual Private Network

    5 acronyms in this thread; the most compressed thread commented on today has 4 acronyms.

    [Thread #403 for this sub, first seen 5th Jan 2024, 08:35] [FAQ] [Full list] [Contact] [Source code]

  • jws_shadotak@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Seconding the other user’s post, it’s just storage. You can use it temporarily for the Plex server but I highly recommend offloading that task to a real computer.

    A used Optiplex is usually the go-to because it’s low power and capable of doing the job. Just make sure it has enough RAM to handle the containers you wanna put on it.

    Docker is a little bit of learning but you’ll get the hang of it. I found docker-compose to be much easier to learn. Portainer or Dockge can help by giving you a GUI, if that’s your preferred style (like me).

  • willybe@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Docker is a moderately sized step beyond VM.

    I might recommend setting up VMs with something easy like VirtuaBox. When you have that figured out move on to Docker.

    If your a casual user VMs are likely sufficient.

  • fab
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Linux is fun! Of course it’s doable. At first you’ll have a hard time and need to look up everything at ddg or whatever. But you’ll learn a lot. Go in small steps. One thing at a time. And envision the feeling you’ll get when you succeed!