From 2c0931fa404d4624966796fc1a0296caba28409f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Fri, 16 Sep 2022 05:54:30 +0200 Subject: [PATCH] Finaly fix dates --- content/post/20221016-homeserver.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/content/post/20221016-homeserver.md b/content/post/20221016-homeserver.md index 7a6b38a..e7cfaae 100644 --- a/content/post/20221016-homeserver.md +++ b/content/post/20221016-homeserver.md @@ -1,5 +1,5 @@ --- -date: 2022-09-16T05:33:00+01:00 +date: 2022-09-16T04:33:00+01:00 title: Homeserver author: jochum tags: @@ -10,31 +10,31 @@ My Homeserver runs a lot of Free Open Source Software, maybe you find something -## Debian GNU/Linux +#### 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. -## Proxmox VE and Proxmox Backup Server +#### 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. -## SUSE Rancher with it's K3S +#### 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 :) -## MariaDB +#### MariaDB [MariaDB](https://mariadb.org) power's my K3S and some other stuff -## PowerDNS with phpIPAM for splitdns +#### 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. -## Unbound DNS Cacher +#### Unbound DNS Cacher Rock solid DNS Cacher from cz labs -## Public Services +#### Public Services - Drone - Gitea @@ -46,5 +46,3 @@ Rock solid DNS Cacher from cz labs - phpMyAdmin - Vaultwarden - Zitadel - -If you have Problems with on of these products please don't hestitate to contact me, I might be able to help you out.