Live data from Hacker News

Ask HN: What's on your home server?

news.ycombinator.com

131–140 of 467 posts

Re: Ask HN: What's on your home server?

#131
I host a Mastodon instance, a Matrix server (using synapse and coturn), a Minecraft server for the kids, a server for an esoteric mod of Ultima Online called Ruins & Riches, and a Web server. I use Nginx for reverse proxying and Wireguard for VPN.

I also run a bunch of Raspberry Pis around the house connected to stereos to stream audio using AirPlay (with https://github.com/mikebrady/shairport-sync).

Re: Ask HN: What's on your home server?

#133
MicroOS by Opensuse on a single machine with a few drives. Everything is executed in a docker container and managed optionally by portainer, which is also a container. NoIP Dynamic DNS client for domain name. Caddy for web proxy. Synching for backup of critical files. Code-server for coding on the go. File browser for sharing files. Gitea for git. Satisfactory server for gaming.

I run tailscale as not a container, but have had essentially no issues with anything. Spinning up new game servers is no problem. MicroOS updates daily and the immutability and container abstraction meet my needs perfectly.

Re: Ask HN: What's on your home server?

#135
Topton Intel N6005 fanless PC as router/server - only 10W, but quite capabable

- Arch Linux

- just systemd/networkd for DHCP server/client, wireguard setup etc.

- router: own setup, just nftables, wireguard

- unbound DNS server (with blocklist for spam/ad domains) with encrypted DNS on uplink

- chronyd as timeserver

- mosquitto mqtt server

- custom jobs to post system stats to influx

- few VMs for testing things

- syncthing for keeping keepass database and documents

- git server (gitolite, gitc web)

- backup to encrypted S3 storage (duplicacy, encfs)

Hetzner VM

- influxdb (host stats, plus temp/humudity sensors around the house)

- grafana

Re: Ask HN: What's on your home server?

#136
My FreeBSD server is a bit of a Ship of Theseus at this point (been around in some form or other for ~20 years). Some items:

  - project management software (todo lists, etc)
  - web server (personal photos, wikis, etc)
  - a script that sends me email and text reminders (birthdays, appointments, etc)
  - a script that listens to my network, and notices when devices connect;
    I use this to play "intro music" on our sound system when friends'
    phones connect to the WiFi.
  - a script to monitor some email accounts. One fun one is an "exquisite corpse" [1]
    manager, to make surrealistic email chains.
  - central hub for my development repos, so I can push/pull to share with other devices.
  - a script to download certain podcasts regularly
and many more (:

[1] https://en.wikipedia.org/wiki/Exquisite_corpse

Re: Ask HN: What's on your home server?

#137
I have 3 rpi4s running my entire home network.

One is a vpn router and a wifi AP, it also has Uptime Kuma. I need this to be reliable and rarely touch it except to improve its reliability. - Openvpn - HostAPD - Uptime Kuma (in docker) - A microservice invoked from Uptime Kuma that monitors connectivity to my ISPs router (in docker) - nginx, not in docker, reverse proxies to Uptime Kuma

The second acts as a NAS and has a RAID array, consisting of disks plugged into a powered USB hub. It runs OpenMediaVault and as many network sharing services as I can set up. I also want maximum reliability/availability from this pi, so rarely touch it. All the storage for all my services is hosted here, or backed up to here in the case of databases that need to be faster.

The third rpi runs all the rest of my services. All the web apps are dockerized. Those that need a DB also have their DB hosted. Those that need file storage are using kerberized NFS from my NAS. This rpi is also another wifi AP. This rpi keeps running out of RAM and crashing and I plan to scale it when rpis become cheaper or I can repair some old laptops.: - Postgres - HostAPD - nginx - Nextcloud - Keycloak - Heimdall - Jellyfin - N8N - Firefly-iii - Grist - A persistent reverse SSH tunnel to a small VM in the cloud to make some services public - A microservice needed for one of my hobbies - A monitoring service for my backups

All of these pis are provisioned via Ansible.

Re: Ask HN: What's on your home server?

#138
Some websites! I still find it very cool to serve web traffic to people around the world (for low traffic sites) from the closet.

Also, I think it will be easier to teach my daughters (in a few years) how the web works by showing them the physical thing in operation.

Re: Ask HN: What's on your home server?

#139

- Self hosted LanguageTool instance. Spell/grammar checker like Grammarly, but the self hosted version avoids the privacy problems. - Write-only file upload under an obscure domain. A bit dangerous, but a life saver when someone wants to send you a 200MB file. "Just go to frequentrain.com and upload there". With desktop notifications on my side, text upload for quick note taking from any computer, etc. - Custom RSS f…

> - Write-only file upload under an obscure domain. A bit dangerous, but a life saver when someone wants to send you a 200MB file. "Just go to frequentrain.com and upload there".

Keep in mind that DNS records, including subdomains, are public. Consider putting the service on a random page instead (e.g. "frequentrain.com/sunnysometimes") and/or using something simple like http basic auth if you're not already.

That said, this is a cool idea and I'll be stealing it :)

Re: Ask HN: What's on your home server?

#140

I ran a raspberry (model 1, then 2, 3, 4) since forever, which has been fun. Switched to an intel NUC recently as I had a spare and needed the compute power. Being able to run on 32 gb ram with an nvme disk feels good, but the pi has served my needs pretty well... - plex for streaming media - external hdd that a friend uses as offsite backup (he has mine) - home assistant, mostly fed by data from the... - mqtt broker…

Do the cheap NUCs let you install more than 8GB RAM?

Define cheap. I'm running an Intel NUC d54250wyk (launched 2013) which takes up to 16GB DDR3L. You can't definitely find that class of hardware got cheap on eBay these days. Update SSD and memory and it's still great.
Post reply on HN