NextCloud, Home Assistant, Paperless NGX, Minecraft, Caddy for some Hugo sites/blogs, Unify Controller, Vaultwarden, Traefik, Sabnzbd. Used to do WireGuard but now I use Tailscale, AdGuard home and FoundryVTT. It's all docker-compose. I'm thinking of taking some services off the internet using TailScale, some already are just on the Tailnet (Home Assistant and Paperless NGX), all my SSH ports are now only open to the…
> I love Tailscale, except for the battery drain on my iPhone Same, I hope they can fix this soon. :(
Ask HN: What's on your home server?
331–340 of 467 posts
Re: Ask HN: What's on your home server?
#332I've got a slew of different computers doing different things. All of them are networked together via Tailscale. Ubuntu 22.04 Server for the host, everything else runs in LXC containers. This is all setup on ZFS. - https://znc.in/ IRC bouncer - https://caddyserver.com/ Caddy Webserver for a few personal websites - https://github.com/AndroidKitKat/waifupaste.moe/ My personal pastebin - https://transmissionbt.com/ Torr…
> Torrent client that I actually use for Linux ISOs It's okay boss, plenty of us pirate stuff too. You can just admit it.
Re: Ask HN: What's on your home server?
#333Earlier quoted context omitted.
For people that aren't getting free boxes from work, you can usually find used micro/tiny form factor Intel machines for around $120. That's more than a Raspberry Pi, but you can get a Core i5-6500T with 8GB of RAM, 256GB SSD, and it'll use around 10 watts at idle (and top out around 50 watts). You'll get an M.2 PCIe 3.0 4x slot and a bay for a 2.5" SATA drive and support for up to 32GB of memory. You can put Proxmox…
> A Raspberry Pi 4B with 8GB of RAM will cost $75 Do you have a link to where I can buy a Raspberry Pi 4B (8GB) for under $150? The cheapest I can find through Amazon was $202. I bought one before the pandemic (~2019) at Microcenter for, if I recall correctly, $90? Seriously, if you know where to find one, please share!
Opinions my own.
Re: Ask HN: What's on your home server?
#334I will probably get downvoted for this (unless, as I expect, the vast majority are in the same boat), but my answer is: nothing. I don't mean this to discredit people who actually run home servers, just sharing my own experience. I have a "prosumer" grade £120 ASUS gigabit router, which has a perfectly adequate settings UI, firewall, port forwarding, and supports NAS via a USB HDD, or 4G failover if I ever happen to…
Re: Ask HN: What's on your home server?
#335Here’s what all I’m running:
- NixOS based router. NAT, DNS, DHCP.
- NixOS NAS + app server. ZFS for storage, and I run radarr, sonarr, NZBGet, nginx hosting various websites and reverse proxy to most of the services listed here, homebridge, zigbee2mqtt, Octoprint, grafana, and more.
Let’s encrypt/ACME certs for each virtual host, and it Just Works thanks to the NixOS nginx modules that make it super easy.
I highly recommend NixOS if you want to have a single service running a ton of different apps. It will keep you sane.
Re: Ask HN: What's on your home server?
#336I have a VPS where I "self" host more stuff, like Nextcloud, Mealie, Paperless, etc.
Re: Ask HN: What's on your home server?
#337There's a NUC in my basement connected to my router over gigabit ethernet: - Caddy acting as a reverse proxy in front of the other apps - Wallabag to capture articles I want to read later on my e-reader - Calibre Web to manage my ebooks & PDFs - Two Minecraft Bedrock Edition servers for my kid & their friends - Yopass for secure password & secret sharing Prior to this, I had a Raspberry Pi in the closet for hosting a…
Re: Ask HN: What's on your home server?
#338Re: Ask HN: What's on your home server?
#339Re: Ask HN: What's on your home server?
#340I've got a slew of different computers doing different things. All of them are networked together via Tailscale. Ubuntu 22.04 Server for the host, everything else runs in LXC containers. This is all setup on ZFS. - https://znc.in/ IRC bouncer - https://caddyserver.com/ Caddy Webserver for a few personal websites - https://github.com/AndroidKitKat/waifupaste.moe/ My personal pastebin - https://transmissionbt.com/ Torr…
Your hypothetical new plex box does not need a discrete GPU. Plex makes really good use of Intel Quick Sync, and transcode quality has been indistinguishable or better than NVIDIA since about 5th gen. A Celeron G4900 (8th-gen dual core, 3300 passmark) has been benched as capable of 21 simultaneous 1080p transcodes.[0] TL;DR: pick up a NUC knockoff with an >8th gen celeron or i3; it'll handle anything a casual househo…