• 0 Posts
  • 4 Comments
Joined 7 months ago
cake
Cake day: November 8th, 2025

help-circle
  • toebert@piefed.socialtoSelfhosted@lemmy.worldI need a map...
    link
    fedilink
    English
    arrow-up
    4
    ·
    12 hours ago

    I think there is no comprehensive guide because people have varying opinions on what’s “best”. IMO the “best” for everyone is the way that they understand how things work and are comfortable to manage it, regardless of how good or bad someone else says that is.

    My recommendation is to just accept you will not get it right first time, you’ll eventually face the issues and limitations of whatever way you picked and have to either rebuild or adapt.

    Personally, I’d say choose a starting path of do you want to learn about the various technologies and have maximum potential (and, problems to solve) or do you just want to get some of the common apps running and don’t care how as long as they run and be limited by what’s available, but with much fewer issues. Path 1 is following the docker/proxmox path and it may take a lot of reading and watching YouTube tutorials before you get somewhere, path 2 is aiming for something like casaOS or similar and probably watching their getting started will get you results faster but if something breaks or is not available, you may get stuck.

    Last, pick 1 thing that’s your goal and work on getting that there. There is no right order, but the more popular something is the more resources there will there be. https://selfh.st/apps/ is a great resource for finding things. Jellyfin is actually pretty easy to start with and gives you some good paths forward around it (e.g. start with you manually getting your media in the right place, then you can work on adding other apps that will do it for you). I’d advise to avoid self hosting email, it’s rather difficult.

    Once you grasp how things work, it becomes a shopping mall of just add what you want, it’s just climbing that hill at least once that’s hard if you’re not from a tech background.



  • I don’t use it so I can’t recommend it, but if you’re interested in other options to research there’s a mergerfs+snapraid combo.

    I currently pass through my disks to an unraid VM and then mount them through nfs which works (but from the sounds of it probably not a valid option for you, not would I recommend it), but I want to try replacing it with mergerfs at some point.

    The thing that has mainly turned me off of zfs is (from what I understand) that you kinda need to plan how you’re going to expand when you set it up. Which really doesn’t work for me with a random collection of disks of varying sizes.

    Another note for option 1, since proxmox 8.4 there is virtiofs which would allow you to mount a folder to a VM without having to go through nfs. You may have to mess with selinux in the VM depending on what you do in there, but just fyi it’s a thing.