I pay $7 a month for a server and I self-host a bunch of services for personal use:<p>- n8n (n8n.io) - Zapier alternative<p>- Privatebin (github.com/PrivateBin/PrivateBin) - encrypted pastebin for sharing sensitive data<p>- Headscale (github.com/juanfont/headscale) - open-source implementation of the Tailscale control server. Lets me set up a personal VPN easily.<p>- Argo CD (github.com/argoproj/argo-cd) - I use the VPS as single-node Kubernetes, and argo lets me manage my deployments.<p>- Hashicorp Vault (vaultproject.io) - For managing secrets.<p>I also wanted to self-host something like Gitpod or Github Codespaces, but there was nothing available. So I decided to build it. It's at https://hocus.dev if you want to check it out.<p>What do you self host? I'm curious to see what else I could put up.
A custom-written blog - <a href="https://theandrewbailey.com/" rel="nofollow">https://theandrewbailey.com/</a><p>Funkwhale - <a href="https://funkwhale.audio/" rel="nofollow">https://funkwhale.audio/</a><p>HAProxy - <a href="https://www.haproxy.org/" rel="nofollow">https://www.haproxy.org/</a><p>Pihole - <a href="https://pi-hole.net/" rel="nofollow">https://pi-hole.net/</a><p>ReadyMedia (formerly miniDLNA) - <a href="https://sourceforge.net/projects/minidlna/" rel="nofollow">https://sourceforge.net/projects/minidlna/</a><p>I've toyed with Jitsi (<a href="https://jitsi.org/" rel="nofollow">https://jitsi.org/</a>) and IRC (<a href="https://ergo.chat/" rel="nofollow">https://ergo.chat/</a> and <a href="https://kiwiirc.com/" rel="nofollow">https://kiwiirc.com/</a>) but neither are useful enough to me to keep running.
I host quite a lot of different services<p>* wikijs - personal notes and wiki<p>* gitea - git server<p>* matrix synapse - for communicating in my friend group<p>* quassel irc client server<p>* miniflux - rss/atom reader<p>* wireguard vpn - just the plain wg-quick config nothing fancy<p>* plex - media server for my smart tv<p>* PiGallery 2 - really fast photo album viewer<p>* webdav server using nginx and zfs - justed just as a general network file storage.<p>Its a old Dell R710 server that I host at a local hackerspace. It also has a external SAS disk shelf connected to it with 96TB of spinning disks in it.
For me it's generally k8s. I'm currently migrating most of my stuff to a new setup :) I want to give headscale a shot. I've used my k8s to run Gitlab CI jobs and some of my apps/toy projects.
Simple stuff to the WAN: ftp file server, website, ssh login.<p>A few extra things on the LAN: Samba, mysql, rsync backup, Usenet News.<p>That is sufficient for me.