Live data from Hacker News

Ask HN: What's on your home server?

news.ycombinator.com

21–30 of 467 posts

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

#21
# Work

- https://gitea.io (repos)

- https://discourse.org (forums)

- https://github.com/nektos/act (CI)

- https://www.goatcounter.com (analytics)

- https://bestpractical.com/request-tracker (support)

- https://couchdb.apache.org (a slave db to backup https://rxdb.info [client db])

- deps: nginx, redis, postgres, mqtt

# Life

- https://matrix.org (comms)

- https://www.teamspeak.com (p2p voip for gaming)

- https://nextcloud.com (files, dav, etc.)

- https://jellyfin.org (+ the sync & swarm shit, radarr, etc.)

- https://mopidy.com (audio)

- https://photoprism.app (photos)

- https://actualbudget.com (finance)

- http://tileserver.org (map tiles)

- https://github.com/FreeTAKTeam/FreeTakServer (hiking nav)

...and more (reply to initiate detail sequence)

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

#22
post #9

Me too, it's been a lot of years since I bothered with a home lab, but just recently I put NixOS on a triad of Intel NUCs work was throwing away. They're fanless, quiet and decent enough for Linux with their 16GB memory and 8 cores. Way better than a RasberryPi. Now 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.…

I use an Intel NUC as a desktop. It's powerful enough for 6 virtual ubuntu machines (probably more) and running ceph and postgres nodes with Vagrant (not that I use them all the time, more for development)

Processor Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz, 1608 Mhz, 6 Core(s), 12 Logical Processor(s) 32GB RAM 1TB SSD

https://ark.intel.com/content/www/us/en/ark/products/188811/...

IntelliJ and Windows 11 runs fine.

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

#23
post #17

Docker containers for: Minio : object store sdftosvg : Molecular renderer Observability stack : (Grafana, Prometheus, exporters) Postgres: molecular metadata (9 billion molecules) Molecular relaxation workers Quantum Monte Carlo simulators Dask workers Websocket message pump Insilico virtual lab server + 3 clients Vscode server Deep Learning model server (inference) Deep learning model training server Most of these a…

What is a molecular relaxation worker? Is that a scientific or a computing term?

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

#24

# Work - https://gitea.io (repos) - https://discourse.org (forums) - https://github.com/nektos/act (CI) - https://www.goatcounter.com (analytics) - https://bestpractical.com/request-tracker (support) - https://couchdb.apache.org (a slave db to backup https://rxdb.info [client db]) - deps: nginx, redis, postgres, mqtt # Life - https://matrix.org (comms) - https://www.teamspeak.com (p2p voip for gaming) - https://nextc…

Initiate detail sequence please

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

#25
Plex, Calibre, Photoprism, some homebrew backup scripts that interact with other computers on the network, some private security/camera stuff, and a slew of StableDiffusion/GPT models for text/image generation (which is what the majority of the server resources are usually maxed out with). Sometimes I'll host Steam/Minecraft servers for friends.

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

#27
I would highly recommend paperless-ngx (organising scanned documents) and photoprism (organising photos). Both are excellent.

I have an FTP server running (open only to the local network) which allows me to have my scanner and camera upload directly to my server for ingestion into them. Similarly on my Android phone I have foldersync set up to send my photos to my server via sftp.

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

#29

# Work - https://gitea.io (repos) - https://discourse.org (forums) - https://github.com/nektos/act (CI) - https://www.goatcounter.com (analytics) - https://bestpractical.com/request-tracker (support) - https://couchdb.apache.org (a slave db to backup https://rxdb.info [client db]) - deps: nginx, redis, postgres, mqtt # Life - https://matrix.org (comms) - https://www.teamspeak.com (p2p voip for gaming) - https://nextc…

Initiate detail sequence please

# Automation

- https://n8n.io/ (script i/o for services)

- https://www.home-assistant.io/ (script i/o for physical world)

- https://homebridge.io/ (bridge homekit for above)

# Federation

- https://misskey-hub.net/ (social network [used for game community])

- https://glitch-soc.github.io/docs/ (social network [used for biz])

- https://lemmy.ml/ (custom news aggregator for fan site)

@%4$! ADHD segfault, IOU sequence activated, post may be updated...

edit: update complete. anyone like how those categories worked out in each post? ocdgasm.

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

#30
Mostly media server and home security related stuff.

Box 1: Truly ancient HP Proliant N54L - Bastion/DMZ machine, router forwards all incoming traffic to it - NAS - JBOD that I cobbled together over the years, storage is only ~12TB, and mostly used for media. - NGINX - proxies traffic to the rest of my network

Box 2: Some SFF Lenovo desktop - NVR, running zonemonitor - Dedicated storage for my home security cameras

Box 3: Some HP Prokesk Mini SFF - Homeassistant - Various docker containers running homeassistant ajacent stuff

Box 4: Another HP Prodesk SFF, but with 10th gen i3: Media server - Everything in docker - Emby - Radarr - Sonarr - Transmission - etc. - Latest addition to the family, I deployed this a week ago. I have to say I'm mighty surprised by the performance of the i3 for media transcoding. It can do at least one 4k->720p transcode without even breaking a sweat.

Post reply on HN