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.
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...
Pihole is easy and light enough. I used to host Transmission (transmission-daemon) on a 3B+ and it worked alright for seeding around 300-500 torrents. FreshRSS also worked alongside.
YouTube ads don't come from a separate server. They come in the same way as the video. They pretty much need to be filtered out at the player end (e.g. browser plugins).
I've been leaning this way lately. From a cost/capability standpoint, RPis were easy to justify when they were ~$30, but not as much at their current inflated prices unless you have specific power consumption and form factor requirements. Used/refurbished Dell thin clients and MFF PCs can be had for $40-100, ranging from fanless systems with low-power Atoms and Celerons to full-fledged desktops with Core i-series CPUs, all with memory and storage included more often than not. I personally just picked up a Dell OptiPlex MFF with an i5-9500T, 8GB RAM, and 256GB SSD for $100.
I just started with HA as well and it's a massive rabbit hole haha.
So far set up thermostats for rooms, motion sensors with smart lights and integration with Frigate for my security cams.
Also set up a tablet with HA which displays all our photos from the NAS as screensaver.
If you have a 3d printer also check out Klipper, Octopi etc. I run mine off a pi zero 2 and it is a leap in performance over the stock board on the Ender 5.
Some things that haven't been proposed here might be to use it as a nas. If you want to access your films and shows from outside it's easier to set up Plex instead of jellyfin for now. You can use it also as a steam machine streaming from the pc to the tv, or as Kodi/Libreelec mediacenter to make your tv smart
If you do this, whatever you do make sure at the very least you get NAS-grade hard drives. But preferably, use some sort of RAID system as well.
I just lost years worth of data because I used a consumer external HDD as my NAS drive connected to my RPi, and I'm not sure yet if I'll be able to get it back.
honestly it is good to start with and for controlling machines like an array of 3d printers but a dumpster dive laptop will be faster. RPI4 is quite old now.
with that done:
jellyfin
smb server
syncthing
tftp with wake on lan / clonezilla to backup your other machines
It doesn’t. Not well. And for larger files, even on cable connection without transcoding performance is god awful, sometimes it doesn’t play, or stutters or you get awful audio desyncs. Don’t do jellyfin on rpi
One suggestion might be to load a Debian build on it and use it for docker containers. With docker containers you can do so many different things. I have a PI 4 and it does all of the following: PiHole - For blocking ads. (Everyone should have one of these) OpenMediaVault - For NAS Portainers - For loading docker containers Radarr - Downloading Movies Sonarr - Downloading TV Shows Tautulli - Monitors my plex server Overseer - Allows members of my plex share to request content. NZBGET and Real-Debrid Torrent Downloader Clients - For downloading content from usenet or real-debrid.
I have one Pi4 running all of these as docker containers. Have fun!