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.
Pihole is the best starting point in my opinion, helped a lot of my friend to get started !
Change DNS on hosts, not on router.
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.
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…
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?
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.
Have you looked into Immich yet? I am really liking it and the contributors are very passionate
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.
You should have your own DNS, but I don’t trust selfhosting passwords and emails either
I’ll use split-DNS for some things internally, but most things just go through NextDNS lately.
deleted by creator
You can change the DNS on your personal devices instead of changing it on the router.
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.
This is why I only have personal devices running through it, the rest of the house is just normal DNS.
@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.