Recommendations for OS on a rpi 4B (outside of RaspPiOS)
Quickly wondering what people recommend as OS for a rpi model 4b, outside of the RaspPiOS ofc.
I want to use the RPI for all networking related stuff (dont worry its not using an sd-card). So PiHole, and I'll also want to use it as my exit-node out of my Tailnet. I will also run ProtonVPN on it so that all my devices indirectly use a vpn, as long as they're connected over Tailscale. That's at least what I had in mind so far, please do criticise the idea if there are better alternatives or solutions that you would recommend.
I have been looking at running either Alpine or MicroOS. Or should I just go for a server based OS?
Dietpi is a nice little distro, especially when running it minimal without a GUI. Its added toolkits make farting around on the command line more comfortable
Go with MicroOS. SUSE's products are criminally underrated for how well designed they are. Plus at some point you are bound to face a brick wall when trying to use software that is not musl compatible on alpine.
Yeah I really do want to get into NixOS, just not had the time to learn something so different quitr yet. Possibly after Christmas. Would really like to be running the same OS on all of my devices fro sure.
I run a bunch of services off mine and it’s been rock solid, and I assume I get upstream security fixes quicker than I would if I were using one of the Debian derivatives.
Ubuntu releases an official RPI image, and Ubuntu Server is a major contender for any serious production server work.
Obviously that's not the right answer for the OP (who specifically says that they want to try something more "off the beaten track"), but it's a solid recommendation in general.
I am running alarm / Arch Linux ARM aarch64 on mine for years already. Just make sure to use the linux-rpi kernel and use rpi4-eeprom for bootloader updates as these are not installed by default.
I'm currently running Alpine on my RPi4 as a host for some Dockers, including pi-hole and it works great! The setup is surprisingly painless and you'll end up with some insanely fast boot time. Highly recommended !
It may be a bit minimal for your taste, but I wholeheartedly recommend Alpine. I'm currently running AdGuard and opentracker on a RaspberryPi 1B with Alpine edge, and the experience has been rock solid.