diff --git a/hub/index.njk b/hub/index.njk index 4f44ac5..c395ee4 100644 --- a/hub/index.njk +++ b/hub/index.njk @@ -1,9 +1,9 @@ --- -title: "Stefan Koelle, Homelab, Smart Home, Code & Retro Hardware | moonweb" +title: "Stefan Kölle, Homelab, Smart Home, Code & Retro Hardware | moonweb" section: "hub" tags: "hub" permalink: /index.html -description: "Stefan Koelle, Senior Software Developer & Architect in Munich. Homelab projects, smart home automation, open-source code, and retro hardware." +description: "Stefan Kölle, Senior Software Developer & Architect in Munich. Homelab projects, smart home automation, open-source code, and retro hardware." layout: base.njk ogImage: "/stefan-koelle-foto.jpg" sections: @@ -52,19 +52,19 @@ sections: ---
-

Hey, I'm Stefan Koelle 👋

+

Hey, I'm Stefan Kölle 👋

Welcome to moonweb, my personal corner on the internet. This is where I document my homelab, smart home setups, infrastructure experiments, retro hardware, and the code that ties it all together.

I'm a Senior Software Developer & Architect based in Munich with 20+ years in the trenches, from Turbo Pascal on the 486 to .NET Core, Kubernetes, and AI-driven development today. By day I build microservices and cloud architecture, by night I dive into smart home automation, restore retro computers, and automate things that don't necessarily need automating.

Everything here runs on a homelab that has been evolving since the mid-90s, from multiple 486s and Pentiums back in the day to today's Proxmox cluster. Have a look around.

- Stefan Koelle + Stefan Kölle
{% include "card-grid.njk" %}

What this site is about

-

moonweb is the personal project site of Stefan Koelle, a collection of projects that have grown over the past 25 years. What started as a single 486 running a BBS in the mid-90s has turned into a full homelab with Proxmox, Docker, smart home automation, and a growing collection of retro hardware. The name "moonweb" comes from the original domain moonweb.org, which has been online since 2000.

+

moonweb is the personal project site of Stefan Kölle (also spelled Stefan Koelle in English), a collection of projects that have grown over the past 25 years. What started as a single 486 running a BBS in the mid-90s has turned into a full homelab with Proxmox, Docker, smart home automation, and a growing collection of retro hardware. The name "moonweb" comes from the original domain moonweb.org, which has been online since 2000.

Each section of this site documents a different part of the setup. The infrastructure section covers the Proxmox cluster, Synology NAS, Docker containers, networking, and backup strategies. The smart home section shows what automation projects are running, from Tasmota energy monitoring to MQTT sensors and AirPlay audio. The code section lists the public GitHub projects that power these setups, and the retro section documents the hardware collection.

What I do professionally

diff --git a/shared/_includes/base.njk b/shared/_includes/base.njk index a93628f..bfe8597 100644 --- a/shared/_includes/base.njk +++ b/shared/_includes/base.njk @@ -5,7 +5,7 @@ {{ title }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %} - + @@ -36,7 +36,7 @@ {% else %} "name": "{{ title | safe }}{% if 'moonweb' not in title and 'stefankoelle' not in title %} · moonweb.org{% endif %}", "url": "{{ site.url }}", - "author": { "@type": "Person", "name": "Stefan Koelle" } + "author": { "@type": "Person", "name": "Stefan Kölle" } {% endif %} } @@ -45,7 +45,7 @@ { "@context": "https://schema.org", "@type": "Person", - "name": "Stefan Koelle", + "name": "Stefan Kölle", "url": "https://www.moonweb.org", "image": "https://www.moonweb.org/stefan-koelle-foto.jpg", "jobTitle": "Senior Software Developer & Architect",