Ask HN: What's on your home server?
1–10 of 467 posts
Re: Ask HN: What's on your home server?
#2I do wish it were a little less coupled. I'd rather be using better known moderm pieces like cfssl instead of dogtags for CA, OpenLDAP instead of 389ds for ldap. But FreeIPA has one of the hardest worst most terrifying jobs on the planet & it's amazing it can interoperate so deeply, and there's like, next to no hope ever we improve beyond this particular thing, unless we can somehow just ditch AD & SMB. Maybe some day Windows & filesharing will have alternative viable directory systems, but hard to imagine.
I also ran into this project on setting up Kubernetes atop FreeIPA though, and wow is it ever terrifying. https://github.com/zultron/freeipa-cloud-prov
Some more basic answer for you, Jellyfin for media-sharing. A small GoToSocial server for ActivityPub/Mastadon. Prosody for XMPP. WireGuard for vpn. Frigate for security cams. Rygel for upnp/dlna MediaRenderers (there s other good options too). Mpd/mopidy for music jukebox. Nextcloud for groupware-ish.
If you want a lot of ideas, there'a a pretty active k8s-at-home microcosm, and there's a website that indexes the projects they get up to. Even if you dont want to run kubernetes, the projects they have cover the whole gamut of services people might find useful or fun to run at home.
A while back I had a bunch of home sensors reporting to Prometheus. Temperature/humidity gauges, ambient light sensors. My favorite was making my laptops battery & charge status show up. The 2-in-1 had two batteries & was extra cool to watch drain one, then another, then see levels charge back up.
Re: Ask HN: What's on your home server?
#3 www.keycloak.org - auth mostly for outline
www.getoutline.com - my personal "notion"
nginxproxymanager.com - to proxy things
Wireguard - remote access and interconnection between zones
cockpit-project.org - to manage VMS
github.com/coder/code-server - To remote develop
2x of docs.paperless-ngx.com/ (one for me and one for my partner) - I scan and destroy most of the letters I get.
snibox.github.io/ - my terminal companion
pi-hole (together with wireguard I don't have ads on my devices)
uptime.kuma.pet - to be sure that things are online
mailcow.email/ - for non priority domains
docs.postalserver.io/ - mail server for apps and services
At home (small 6w nic with): HomeAssistant - To control home lights
Cups - share printers
Wireguard - (connected to the cloud)Re: Ask HN: What's on your home server?
#4I have OpenVPN and Docker, rest runs as containers.
Mail (Postfix, Dovecot, Spamassassin)
Web: Nginx (serving sites and doing reverse-proxy for other containers)
Various containers running nodejs sites (served through nginx reverse proxy)
MySQL, Mongo, Apache/PHP,
Apparantly a minecraft server too.
Re: Ask HN: What's on your home server?
#5I might get a small server (maybe the HPE Microserver) instead of something like a Synology, set Proxmox up on it, and then if I ever have the time I’d quite like to get a Samba 4 Active Directory controller going so I can control my few Windows machines better (and so it stops trying me to link a Microsoft account and all that).
Re: Ask HN: What's on your home server?
#6Re: Ask HN: What's on your home server?
#7Being in California, I have tried to push as much as I can out of my home and into datacenters to save on power. That said storage is one of the most expensive things to do "in the cloud," so everything I have is backed up to my house where I can shove a ton of drives into a NAS and spin them down when idle.
Re: Ask HN: What's on your home server?
#8Re: Ask HN: What's on your home server?
#9Now I can do some experiments I wanted to do, but not use VMs on my laptop. Feels more real when I can see a little stack of servers I can pull the power on. All are running tailscale so I can get to them from anywhere and run some simple tests. Example: I wanted to play with a quorum of FoundationDB nodes and see how things can fail. Also I'll run k3s and do some experimenting with that. Can I use minicube on my laptop? Sure, but this is more fun.
Re: Ask HN: What's on your home server?
#10- Jellyfin: Streams my movies and shows
- Paperless-NG: Where I keep OCR'd scans of my paper docs
- Airsonic: So I can stream my music using the Subsonic protocol
- Photoprism: Where I store my photos, auto-labelled with AI and geotagged
- The Synology Surveillance Suite: NVR for my home security cameras.
- Wireguard: So I can access all this on the go
It feels pretty cool to stream music and videos from my personal cloud using Wireguard while I'm e.g. travelling or in the car.