Ask HN: What's on your home server?
321–330 of 467 posts
Re: Ask HN: What's on your home server?
#322Email: Most of my email going back to the mid 90's. Available locally via IMAP or remotely via webmail.
Photos: new photos I take, plus scanned versions of old photos, organized by photographer and year. Shared via HTTP and DLNA
Audio: My entire music collection, in FLAC or MP3 format. Also a bunch of free music downloaded from Internet Archive and Musopen. Shared via HTTP and DLNA.
Video: All my home videos, including digitized Super8 films from my childhood. My entire collection of DVDs and VHS tapes (including shows taped off TV). Also, public domain movies downloaded from Internet Archive. Shared via HTTP and DLNA
Text: Scans of important documents, bills, bank statements, PDFs of the instruction manuals to most appliances and gadgets in the house. Scans of letters I received in college. eBooks. Interesting articles from the web or from periodicals. Public domain texts (Project Gutenberg, government publications, sheet music, textbooks). Shared via HTTP.
Software: ISOs of various old operating systems and applications. Netboot images for whatever OS I'm using on the desktop at the moment. Archives of old software. Drivers, ROMs, firmware, fonts. Shared via HTTP or TFTP where needed for OS installation over PXE.
While I've organized things in a pretty logical file hierarchy, I also use Yacy as a private search engine. It periodically crawls and indexes the file structure and categorizing results into collections, such as 'books' 'manuals' 'music' etc. to make searching easier.
Re: Ask HN: What's on your home server?
#323- 2 x Xeon X5650s running Ubuntu as hypervisors and one acting as dnat router for our Starlink connection. Hypervisors include Asterisk, Invidious, staging mysql/dreamfactory, CIFS server. One trying to run yolov7 on docker with cuda on an external GPU. [edit] Forgot the Pihole kvm instance for all local DNS.
- 1 x GPD mini pc (4 core 8G Celeron n4100) with Homeassistant supervisor mode on Debian for Temp/humidity/pressure monitoring, AC compressor control, 110V AC Aqara Switches, remote Aqara buttons (outside lights, garbage disposal)
- 1 x Raspberry PI 4 iredmail running three SMTP/IMAP domains over Wireguard DNAT forwarding from Vultr public IP
- 1 x Raspberry PI 4 with 3x7TB USB drives for DNLA & CIFS
- 1 x Raspberry PI 4 with Octoprint on 3d printer
- 200AH lead acid battery bank with 12V/100A charger and 3kW inverter
Re: Ask HN: What's on your home server?
#324Locally: Synology NAS - dockers: - monitoring: grafana, prometheus, alertmanager, bunch of exporters - consul + consul registrator (as service discovery for docker) - gitea (personal git repo, with some mirroring github repos) - media stuff (jackett, radarr, sonarr, plex) - ci (jenkins) - datastores (postgres, mongo, redis) - rutorrent - saltstack (config management for all home systems) - syncthing (currently testin…
Re: Ask HN: What's on your home server?
#325Re: Ask HN: What's on your home server?
#326# 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…
I always CTLR + F these threads for Jellyfin, because most people I know use Plex and don't even know Jellyfin. Are you happy with it? I've been using it for like half a year now and am pretty satisfied.
Re: Ask HN: What's on your home server?
#327The most useful thing I use it for is exposing the test environment on my laptop to a local DNS so I can test on mobile and other computers. It also serves as a location to point backups to. Additionally, I point a sub domain off my website to a small service I expose for file sharing with friends. It's not accepting requests all the time though. Just when I have something to put up there.
Would like to put movies and music on it eventually to stream to the rest of my network.
Re: Ask HN: What's on your home server?
#328various VMs and containers:
pfSense pihole Plex Homeassistant Subsonic (music server) virtual desktops for various purposes (keeps things isolated) syncthing (to move backups offsite) guacamole ephemeral VMs for testing/learning ~25Tb of storage in various RAID configurations for media and backups
Re: Ask HN: What's on your home server?
#329The real need of any home server has really dissapeard now when there are cheap services for everything and all of them do it better than any setup am willing to dedicate my time on. If you really want something just buy a cheap NAS and it will run everything you want with minimal setup. Unless you want to learn how to setup a server ie "home lab", but then its more cheaper and more efficient to rent a cheap vm on li…
Even on the lower end a recycled mini-PC will run you like 100 bucks and get you 8 core/8 GB memory and negligible power. Versus the cheapest Linode plan at $5/mo for 1 core/1 GB. That's more competitive and might work for some people but even then self-host is still viable. Your own time is valuable of course, but most of the time in my experience is not dealing with the hardware itself, it's setting up the software and maintaining it. Which you still have to do with Linode.
Re: Ask HN: What's on your home server?
#330Jellyfin (video), Navidrome (audio), Deluge, Paperless (document management), tt-rss, Wallabag (web clipping/archiving), Huginn, Syncthing+restic+rclone for backups, and I host a static blog generated with Jekyll.