A simple question to this community, what are you self-hosting? It’s probably fun to hear from each-other what services we are running.
Please mention at least the service (e.g. e-mail) and the software (e.g. postfix). Extra bonus points for also mentioning the OS and/or hardware (e.g. Linux Distribution, raspberry pi, etc) you are running on.
You must log in or register to comment.
This is my little setup at work
Kubernetes cluster (created by kubespray)
- “Glue” services:
- nginx ingress controller (automatically sets up nginx vhosts for Kubernetes apps)
- cert-manager (gets SSL certificates from Let’s Encrypt for any apps that need them)
- MetalLB (finds and provides an IP for Kubernetes services)
- rook (storage provisioner–I have a few partitions & drives dedicated for rook to provide storage to the apps on the cluster)
- Apps:
- GitLab (via GitLab helm chart which brings along nginx ingress and cert-manager)
- Nextcloud (via Nextcloud helm chart)
- Mattermost (via Mattermost helm chart)
- Rancher
- Apps deployed via GitLab CI/CD (primarily through Auto DevOps):
- Company website
- Firmware updates for embedded systems
- Mobile apps
- “Glue” services: