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.

  • Krafting
    link
    English
    171 year ago

    Pihole is the best starting point in my opinion, helped a lot of my friend to get started !

    • DunkinCoder
      link
      English
      3
      edit-2
      1 year ago

      Goes against the spirit of self-hosting but for some stuff(Email, DNS, Passwords), I just SaaS it out. As much as I love my lab, nothing self-hosted in my prod environment is critical.

      • Spy
        link
        fedilink
        21 year ago

        Exactly, I can barely maintain a media server I really don’t want to be responsible for my passwords and photos. There are secure alternatives that are private and open enough for my needs…

        • DunkinCoder
          link
          11 year ago

          I haven’t found anything software-wise (self-hosted or SaaS) that I’m satisfied with for photos. Thankfully, those are easy enough to backup and aren’t used day-to-day. What have you tried, and do you like/dislike of each?

          • Spy
            link
            fedilink
            11 year ago

            At first I tried some self hosted solutions but I didn’t like anything, eventually I landed on ente.io/ which I really like.

            It has a lot of ways to import your photos, really nice mobile and pc (windows, Linux, and Mac) apps that can automatically upload your pictures in the background, the devs are really responsive (there was a bug with one of the importers so I opened a ticket and I got a lot of help in order to debug the issue and solve it).

            The only thing that I don’t love is that while the clients are all open source, the back end isn’t because they claim they are too small of a team to keep it both open source and secure.

          • @PhilBro
            link
            1
            edit-2
            1 year ago

            Have you looked into Immich yet? I am really liking it and the contributors are very passionate

            • DunkinCoder
              link
              21 year ago

              Just checked and it’s one of my many Starred repos. Thanks for the vouch though, kind of gives me a “short list” to review now.

      • @dustojnikhummer
        link
        English
        11 year ago

        You should have your own DNS, but I don’t trust selfhosting passwords and emails either

        • DunkinCoder
          link
          English
          11 year ago

          I’ll use split-DNS for some things internally, but most things just go through NextDNS lately.

      • Dr. Jenkem
        link
        fedilink
        English
        101 year ago

        You can change the DNS on your personal devices instead of changing it on the router.

      • Hovenko
        link
        fedilink
        English
        51 year ago

        You can make an HA cluster from 2 or 3 pies. One node goes down, the other takes over. Or go the docker swarm road.

      • @[email protected]
        link
        fedilink
        English
        11 year ago

        This is why I only have personal devices running through it, the rest of the house is just normal DNS.

      • LordChaos82
        link
        fedilink
        11 year ago

        @joshuaacasey @Krafting I have two pihole instances running at home as primary and secondary DNS servers. They are both on separate nodes and that helps to make sure the wife and kids are not without internet when I am screwing around in my homelab.