Really enjoying lurking the last few days here. I have no coding experience, but like the idea of self-hosting a few things like Immich, Firefly III, PaperlessNGX, Nextcloud, and maybe Home Assistant. These are great tools even for non-tech people who care about privacy and functionality. I do run Plex off of a hard drive, and like the idea of putting all of this on a NAS in the future.

After an hour tutorial I can pull docker images and run containers on my Mac. But every app has different instructions, and every video tutorial I watch references new things and assumes you already have them or know what they are. Just trying to get any of those mentioned apps above running on Docker led me down rabbit holes about redis, mySQL, Oh my zsh, Xcode, gnu-sed, etc.

So my question is what is a good video course, or learning route, to take to acquire enough skills to download and use these apps? I don’t want to do anything fancy, just download and run the apps. What seems super simple to you guys is incredibly daunting to an outsider. Thanks for any advice here.

Edit for posterity: While listening to the Self Hosted podcast, they mentioned this step-by-step wiki called Perfect Media Server, created by one of the hosts of the show, to help newcomers begin self hosting.

  • OnionFutures@vlemmy.net
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Services vary a lot on how they are deployed and their dependencies, etc. The knowledge I have (and honestly I don’t have much) I just built over time, tinkering with different set-ups and trying to debug problems when they arose. So I guess just choose a few difference services and try to get them working (choose low-stakes ones at first, where the risk of getting pwned or losing everything is very low). Docker can abstract away a lot, so maybe try more direct deployments if you are interested in learning.