From 7f35c09b3b7b11d27a4516da5c1a4d888a9997ec Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 11 Sep 2026 22:20:45 +0200 Subject: [PATCH] Fix broken internal links missing section path prefixes --- infra/dev-environment/index.njk | 2 +- infra/openwrt/index.njk | 2 +- infra/proxmox/index.njk | 4 ++-- smarthome/tasmota-energy/index.njk | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/dev-environment/index.njk b/infra/dev-environment/index.njk index 6fbe5bf..d6885e0 100644 --- a/infra/dev-environment/index.njk +++ b/infra/dev-environment/index.njk @@ -9,7 +9,7 @@ layout: base.njk

Xubuntu Dev VM

-

This is a Xubuntu virtual machine on Proxmox pve2 in the study that serves as my main development environment, replacing the need for a dedicated physical workstation. It's designed to be lightweight, remotely accessible from anywhere, and, most importantly, completely disposable, which is what makes it a safe place to let AI coding agents operate with far more autonomy than I'd otherwise allow.

+

This is a Xubuntu virtual machine on Proxmox pve2 in the study that serves as my main development environment, replacing the need for a dedicated physical workstation. It's designed to be lightweight, remotely accessible from anywhere, and, most importantly, completely disposable, which is what makes it a safe place to let AI coding agents operate with far more autonomy than I'd otherwise allow.

Why a disposable VM is the biggest advantage

Monitoring

-

The OpenWrt router is integrated into the Prometheus monitoring stack via SNMP exporter, providing visibility into WAN uptime, throughput, and connection quality across both paths.

+

The OpenWrt router is integrated into the Prometheus monitoring stack via SNMP exporter, providing visibility into WAN uptime, throughput, and connection quality across both paths.

diff --git a/infra/proxmox/index.njk b/infra/proxmox/index.njk index 68282f2..87e97e3 100644 --- a/infra/proxmox/index.njk +++ b/infra/proxmox/index.njk @@ -9,12 +9,12 @@ layout: base.njk

Proxmox Virtualization

-

Proxmox VE (Virtual Environment) is a free, open-source virtualization platform that combines KVM-based full virtual machines with lightweight LXC containers in a single web-managed system. It's built on top of Debian, includes ZFS storage management, backup/restore, clustering and monitoring out of the box, and is the foundation my entire homelab runs on, both the Docker hosts and the standalone LXC services live as guests on top of it.

+

Proxmox VE (Virtual Environment) is a free, open-source virtualization platform that combines KVM-based full virtual machines with lightweight LXC containers in a single web-managed system. It's built on top of Debian, includes ZFS storage management, backup/restore, clustering and monitoring out of the box, and is the foundation my entire homelab runs on, both the Docker hosts and the standalone LXC services live as guests on top of it.

Hardware

diff --git a/smarthome/tasmota-energy/index.njk b/smarthome/tasmota-energy/index.njk index f7c9a56..bf33e53 100644 --- a/smarthome/tasmota-energy/index.njk +++ b/smarthome/tasmota-energy/index.njk @@ -56,7 +56,7 @@ via Flux to display real-time and historical usage charts.

Air quality and climate data

-

The same InfluxDB instance also stores temperature and humidity readings from HomematicIP room sensors and ESP32 DHT22 devices. These feed the air quality dashboard, which visualizes 24-hour climate history across 10 rooms. The energy and climate data share the MQTT-to-InfluxDB pipeline but live in separate measurement categories, keeping power monitoring and environmental sensing cleanly separated.

+

The same InfluxDB instance also stores temperature and humidity readings from HomematicIP room sensors and ESP32 DHT22 devices. These feed the air quality dashboard, which visualizes 24-hour climate history across 10 rooms. The energy and climate data share the MQTT-to-InfluxDB pipeline but live in separate measurement categories, keeping power monitoring and environmental sensing cleanly separated.

Why Tasmota over alternatives

Tasmota was chosen over alternatives like ESPHome or Tuya firmware for