Live data from Hacker News

Ask HN: What do you self-host?

news.ycombinator.com

81–90 of 347 posts

Re: Ask HN: What do you self-host?

#81

I reworked my servers a while ago to host literally everything through docker, managed via terraform. All web-services are reverse-proxied through traefik At home: loki + cadvisor + node-exporter + grafana + prometheus syncthing tinc vpn server jackett + radarr + sonarr + transmission jellyfin samba server calibre server On a remote server: loki + cadvisor + node-exporter + grafana + prometheus syncthing tinc vpn ser…

Or stacks look so similar, it’s creepy. Thankfully, not running sync thing now.

Re: Ask HN: What do you self-host?

#82
post #48

many things: - Nginx - Nextcloud (with Calendar/Contacts on it) - IRC client (thelounge) - IRC server - DLNA server - Ampache server - video and photo library thru NFS (locally only) - OpenVPN - Shiori for bookmarks - Gitea for private projects - Syncthing (to keep a folder synchronized across my devices) - Jenkins

Glad to see another Ampache user!

Re: Ask HN: What do you self-host?

#83
- Syncthing (folders across devices)

- docker (just dev env with a lot of images, almost everything I can is tested in there, and maybe used there too. Just on VM if is a desktop gadget or app)

  - generic web

  - some stacks, Rails, nodejs, php.
 
 - ...
- Calibre

- Windows Media share feature for remote videos on devices and TV (, don't like it really, mess with subtitles and really will look for a docker oss alternative)

Wish list:

- wallabag

- firefox-sync (stuck on Chrome yet, no alternative on this found)

- email sync

It's not so great for now. Looking on this thread for contacts and calendar (currently used from the cloud classic providers)

Re: Ask HN: What do you self-host?

#84
Everything.

PiHole, HRCloud2, HRScan2, HRConvert2, my wordpress blog, a KB, and a few other nick knacks. Currently working on a noSQL share tool (for auth-less large file sharing) and then maybe this idea that's been floating around my head for a Linux update server. Like WSUS for linux.

Re: Ask HN: What do you self-host?

#85
SSH: for git and tunneling literally everything: VNC, sftp, Emacs server, tmux, ....

Docker running random stuff

Used to run Pihole until I got an Android and rooted it. Used to mess with WebDAV and CalDAV. Nextcloud is a mess; plain SFTP fuse mounts work better for me. My approach has gone from trying to replicate cloud services to straight up remoting over SSH (VNC or terminal/mosh depending connectivity) to my home computer when I want to do something. It's simple and near unexploitable.

This is the way it should always have been done from the start of the internet. When you want to edit your calendar, for example, you should be able to do it on your phone/laptop/whatever as a proxy to your home computer, actually locking the file on your home computer. Instead we got the prolifetation of cloud SaaSes to compensate for this. For every program on your computer, you now need >1 analogous but incompatible program for every other device you use. Your watch needs a different calendar program than your gaming PC than your smart fridge, but you want a calendar on all of them. M×N programs where you could have just N, those on your home computer, if you could remote easily. (Really it's one dimension more than M×N when you consider all the backend services behind every SaaS app. What a waste of human effort and compute.)

Re: Ask HN: What do you self-host?

#88
Freedombox, Apache, Exim4, prosody (XMPP), rsync, rsnapshot, ssh all on 2 identical, redundant, interchangeable Olimex A20 Mini Server with ssd (1 at home, 1 colo) and one more powerful x86 separate X2Go (Desktop usage) & File (sftp) Server at home. Everything on pure, plain Debian stable and unattended-upgrades.

Re: Ask HN: What do you self-host?

#89
post #40

In colo: nginx Plex Radarr / Sonarr / SABnzbd / qBittorrent / ZeroTier -> online.net server FreeNAS x2 Active Directory At home: nginx vCenter urbackup UniFi SDN, Protect Portainer / unms / Bitwarden Wordpress (isolated) Guacamole PiHole InfluxDB / grafana Active Directory Windows 10 VM for Java things L2TP on my router Everything I expose to the world goes through CloudFlare and nginx with Authenticated Origin Pulls…

Do you have a static IP at home? How does your cloudflare setup work?

I've done similar. You firewall your home network to all IP's other than Cloudflare's. You can use a Cloudflare provided certificate for HTTPS - they will MITM and use a trusted cert for outward connections. You can update Cloudflare DNS records via their API - the typical dynamic DNS tools work fine. It works well.

I've always been unable to pull this off completely as I always want a way to SSH into my home network - but maybe there is a better way I can pull off this sort of 'break glass' functionality.

Re: Ask HN: What do you self-host?

#90

On my home server (refurbished ThinkPad X201 with a Core i5-520M, 8GB of memory, 1TB internal SSD sync'd nightly to an external 1TB HDD) I run a single-node Kubernetes cluster with the following stuff: * MinIO: for access to my storage over the S3 API, I use it with restic for device backups and to share files with friends and family * CoreDNS: DNS cache with blacklisted domains (like Pihole), gives DNS-over-TLS to t…

Hey - I'm not the only one using CoreDNS like this! I'm just abusing the hosts plugin - do you have something more elegant?
Post reply on HN