You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/content/post/20221016-homeserver.md

50 lines
2.1 KiB
Markdown

---
2 years ago
date: 2022-09-16T04:33:00+01:00
title: Homeserver
author: jochum
tags:
- homeserver
---
My Homeserver runs a lot of Free Open Source Software, maybe you find something for yourself?
<!--more-->
2 years ago
#### Debian GNU/Linux
[Debian](https://debian.org) what to say about Debian, I have it on my Desktop and all of my Servers since around version 4.0. On my Desktop i use Debian Testing/sid.
2 years ago
#### Proxmox VE and Proxmox Backup Server
Im a big fan of [Proxmox](https://proxmox.com/en/), I use theier [Virtual Environment](https://proxmox.com/en/proxmox-ve) which runs both LXC and KVM Machines since a long time and the [Backup Server](https://proxmox.com/en/proxmox-backup-server) since it's out there. It's just ROCK Stable.
2 years ago
#### SUSE Rancher with it's K3S
[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 :)
2 years ago
#### MariaDB
[MariaDB](https://mariadb.org) power's my K3S and some other stuff
2 years ago
#### PowerDNS with phpIPAM for splitdns
I have all my Domains in a splitdns environment for that I use a [PowerDNS](https://www.powerdns.com/) and [phpIPAM](https://phpipam.net/) as Mangement UI.
2 years ago
#### Unbound DNS Cacher
Rock solid DNS Cacher from cz labs
2 years ago
#### Public Services
- [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
- [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