Ask HN: What services/apps are you self-hosting?
51–60 of 112 posts
Re: Ask HN: What services/apps are you self-hosting?
#52Here's what I have so far: - Zabbix: for monitoring my servers - Uptime Kuma: for monitoring whether sites are up - Mattermost: for some communication, also automation (e.g. notifications from Uptime Kuma) - Portainer: for managing Docker Swarm or Kubernetes more easily - Gitea: for my source code - Drone CI: for my CI/CD needs - Sonatype Nexus: for storing everything from my code libraries, to container images - Son…
Re: Ask HN: What services/apps are you self-hosting?
#53At work: WordPress and an in-house ERP system. We also have a NAS for file sharing, but management wants to ditch it and go the Microsoft 365 route.
Re: Ask HN: What services/apps are you self-hosting?
#54Here's what I have so far: - Zabbix: for monitoring my servers - Uptime Kuma: for monitoring whether sites are up - Mattermost: for some communication, also automation (e.g. notifications from Uptime Kuma) - Portainer: for managing Docker Swarm or Kubernetes more easily - Gitea: for my source code - Drone CI: for my CI/CD needs - Sonatype Nexus: for storing everything from my code libraries, to container images - Son…
What did you use to replace bookstack?
For when I want to keep track of stuff that's connected directly to a particular codebase that I'm working on, turns out that Markdown files within the project's repo are more than sufficient.
Nothing wrong with BookStack, of course, it just felt like I didn't need it as a separate system.
Re: Ask HN: What services/apps are you self-hosting?
#55Re: Ask HN: What services/apps are you self-hosting?
#56 - Email
- Web (external and internal) and blog
- Matrix for chat (federated with friends)
- Media server
- File server
- Backups
- Password management
- Property surveillanceRe: Ask HN: What services/apps are you self-hosting?
#57- A Minecraft server for the kids. [EDIT] Buying actual Minecraft is such a huge pain in the ass now that I did try to convert my kids to Minetest with a Minecraft-alike plugin, but they rightly called it out as both very different-feeling and worse. I felt the same way when I tried it but hoped they'd be OK with it, but no, rejected within a minute and it was hard to argue with their verdict when I'd come to the same conclusion myself.
- Pihole. (ad blocking, local-network DNS which is handy sometimes)
- Samba (alternative works-almost-everywhere access to all those files Jellyfin is serving)
- Prowlarr (torrent meta-search, lets you search across dozens of torrent search engines with one query, very handy)
All of these are hosted in Docker on an old Lenovo workstation I bought off Ebay, then added extra ECC ram and a bunch of hard drives to. Linux, but the bulk-storage drives use ZFS.
I'm considering adding:
- Nitter (much-better Twitter interface—though IDK how long this is going to be relevant, the way things are goin)
- Some kind of solution for hosting YouTube stuff. Jellyfin can kinda do it but it's far from ideal. And the 3rd party plugin for it breaks some Jellyfin clients, so that's useless, plus its mode of operation isn't ideal even if it did work, so it only really works OK for YouTube series that happen to have TVDB entries so you can treat them as TV shows. Ideally this would let me use admin-level accounts to browse actual YouTube and save videos from it, then make only saved videos available to non-admins (with the ability to filter some categories or channels out, as you can with "libraries" in Jellyfin, so I can save stuff the kids shouldn't be seeing yet, without their gaining access to it). I dunno what this will end up being, yet, if anything.
- Maybe something for music that's better at hosting music than Jellyfin is. It's OK but could be better.
Re: Ask HN: What services/apps are you self-hosting?
#58- gitea for git - a drone CI - a few WordPress blogs - a Jellyfin server for media
Re: Ask HN: What services/apps are you self-hosting?
#59Here's what I have so far: - Zabbix: for monitoring my servers - Uptime Kuma: for monitoring whether sites are up - Mattermost: for some communication, also automation (e.g. notifications from Uptime Kuma) - Portainer: for managing Docker Swarm or Kubernetes more easily - Gitea: for my source code - Drone CI: for my CI/CD needs - Sonatype Nexus: for storing everything from my code libraries, to container images - Son…
I'm also curious how you decide to self host vs host on cloud. Is it purely for public facing vs private stuff or is it different?
Also, what are the majority of your costs? Do you have a few different VPSs or one big shared one?