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…
Ask HN: What do you self-host?
81–90 of 347 posts
Re: Ask HN: What do you self-host?
#82many 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
Re: Ask HN: What do you self-host?
#83- 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?
#84PiHole, 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?
#85Docker 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?
#861) Do you identify the reverse proxy by host or by path?
e.g. .yourdomain.com or yourdomain.com/
2) Do you still run everything over a VPN?
Re: Ask HN: What do you self-host?
#87https://github.com/epoupon/lms for music
https://github.com/epoupon/fileshelter to share files
Eveything is packaged on debian buster (amd64 and armhf) and run behind a reverse proxy.
Re: Ask HN: What do you self-host?
#88Re: Ask HN: What do you self-host?
#89In 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 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?
#90On 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…