Hey yall, I want to get into self-hosting. I want to start from hosting on a raspberry pi, and I am just wondering if yall have any recommendations (I’ve never hosted anything before, but have experience in linux and programming). Sorry if it’s bit of a stupid question.

  • @darts
    link
    English
    11 year ago

    Any chance you can point to a good tutorial for setting up these apps on the RPi?

    • @umbrella_dev
      link
      English
      21 year ago

      Let me start by saying I hope you enjoy this stuff. Some of these can be a bit much to setup. I personally love this stuff so for me although it can be challenging it’s fun.

      I started out by installing OMV 6 - Open Media Vault. https://www.addictedtotech.net/how-to-install-openmediavault-6-on-a-raspberry-pi-4/

      That’s your starting point. From there you can install “Portainer” from the OMV extras. Portainer is where you will put all your docker containers.

      Here’s another script you can use to install several of these if you want to do it without OMV or docker.

      https://github.com/pijarr/pijarr

      • @darts
        link
        English
        11 year ago

        Amazing, thanks so much for sharing this additional info!