diff --git a/content/post/20221016-homeserver.md b/content/post/20221016-homeserver.md index e7cfaae..3fbf385 100644 --- a/content/post/20221016-homeserver.md +++ b/content/post/20221016-homeserver.md @@ -20,7 +20,7 @@ Im a big fan of [Proxmox](https://proxmox.com/en/), I use theier [Virtual Enviro #### SUSE Rancher with it's K3S -[k3s](https://k3s.io/) the lightweight alternative to Kubernetes Mainline, there's no etcd so it's not using all of my disk IO/s :) +[k3s](https://k3s.io/) the lightweight alternative to Kubernetes Mainline, you can select your K/V storage, so no etcd which is using all of my disk IO/s :) #### MariaDB @@ -36,13 +36,14 @@ Rock solid DNS Cacher from cz labs #### Public Services -- Drone -- Gitea -- GoHarbor -- Traefik -- NextCloud +- [Drone](https://www.drone.io/) for CI/CD Pipelines +- [Gitea](https://gitea.io/en-us/) my private Github +- [GoHarbor](https://goharbor.io/) docker registry WITH caching of other registries! +- [Traefik](https://traefik.io/) HTTP/3 ready proxy which integrates nicely into Kubernetes. +- [NextCloud](https://nextcloud.com/) Syncing files with it, also using Calobora CODE to have in Browser/online office. - Mail: Postfix, Dovecot, postfixAdmin, roundcube in custom build containers -- pgAdmin -- phpMyAdmin -- Vaultwarden -- Zitadel +- [PostgreSQL](https://www.postgresql.org/) All apps that do Postgres are running on Postgres with help of PostgresOperator from Zalando. +- [pgAdmin](https://www.pgadmin.org/) +- [phpMyAdmin](https://www.phpmyadmin.net/) +- [Vaultwarden](https://github.com/dani-garcia/vaultwarden) - Bitwarden Server replacement in lightweight rust +- [Zitadel](https://zitadel.com/) My IAM of choice