A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
https://github.com/marchah/pi-htpc-download-box this is great! I have a Plex server running on my shield pro
Best is so subjective.
I am running pivpn, pihole, all the arrs, jellyfin, gitea and rundeck.
The pi4 especially is great for proof of concept or MVP testing, but I often migrate to VMs on my proxmox hypervisor once something becomes critical. I started Shinobi, pihole, and home assistant on a pi4.
I have Adguard and Kavita on it.
Update: I forgot I have Wireguard too.
I had jellyfin, arrs, wireguard and a lot more, but adding nextcloud was too much for 4GB. It would start with 2.7 GB used, but building until it OOMs. Also rpi cant transcode, but its perfect for direct play. I upgraded my server to PC version once I had to upgrade storage. Running multiple disks from rpi requires extra cables, devices and then its not cheap small factor anymore :)
Now I have raspberry for 2nd pihole, 2nd wireguard, duckdns, upsnap (WOL) and filebrowser
Jellyfin, I’ve run mine for a couple years now(ever since the pi4 came out) and it’s been great. The only thing to consider is turning off video transcoding, its not able to to transcode anything HD or over. Other than that, its great. I use it for videos and music.
deleted by creator
I have 3 rpi4 4gb doing job that I use practically every day.
Pi-1
Pi-2 portainer agent
Pi-3 portainer main running omv6
Currently using portainer to run
It honeslty depends on what you do and want. I use syncthing instead of cloud services to bavk up everything i need and because i play emulated games a lot on both pc and my steam deck i can essentially have cloud saves for them.
The raspi is either a small hacking tool, or a learning tool. It certainly isn’t ideal for things like nextcloud, but it is by far the coolest and most fun way to learn Linux and self hosted services. I ran emulation station, did nextcloud, pihole, pivpn, fail2ban, did robotics, learned python. I now use it for one thing - pivpn (Wireguard) and pihole to access my home network remotely
I originally got it for some robotic projects, but ended up not needing it. Thought maybe I could put it to good use, so here I am.
Setting up your own wireguard vpn at home is a great option. Look up pivpn. I recommend setting the port to 443 or network time (123) to spoof your traffic and have it work everywhere
What do you want to use it for? Like software dev or something to host like next cloud or whatever?
Probably more software dev.
My 2 cents:
Simple, no domain required stuff:
More advanced, should pair with a domain:
For Pihole it’s probably overkill. I run mine on Pi Zeros.
Seconding Syncthing! You don’t need a rpi to get started, but it’s fantastic having it around as the always-on node you can use to sync multipe devices without them being online at the same time.
Immich, whoogle, syncthing, openmediavault
I am currently running
The last three are quite niche. I use Prometheus + Grafana for Monitoring the Pi itself and for displaying MQTT Stats. Since upgrading to SSDs performance is actually quite good, especially when taking power usage into account.
Note that for Prometheus I think an SSD is practically required. It does not perform well with the eMMC, you’ll just get a lot of timeouts.
True. Do you happen to know any lightweight alternatives? I’ve been wanting to check out VictoriaMetrics for a while but haven’t found the time…
I’ve not looked, but I’m trying to look for something with an external DB next time I think.