Revision log
Corrections & Updates
Software moves, prices change, and sometimes a guide is simply wrong. When a published page is corrected or materially updated, the change is dated and explained here and at the top of the page itself. Typo fixes and cosmetic edits aren't listed.
24 changes across 24 pages
- ArticleCPU-Only Ollama Cluster on Proxmox LXC: 3-Node Setup with Load Balancing
Fixed heredoc commands that displayed a literal {'<<'} instead of <<, which made them fail when copied.
- PlaybookCreate a Ventoy USB drive from a Mac
Rewritten. The earlier version described a macOS VentoyGUI package that Ventoy has never released, so its steps could not work. This version uses a Linux VM running the official Linux installer.
- PlaybookCreate a Ventoy USB drive on Linux
Fixed the checksum step: Ventoy publishes one sha256.txt per release, not a per-file .sha256, so the old command always failed. Updated to Ventoy 1.1.17 and corrected the license to GPL-3.0.
- PlaybookCreate a Ventoy USB drive on Windows
Updated to Ventoy 1.1.17 and corrected the license to GPL-3.0.
- ArticleCreating Your First Proxmox LXC Container: Step-by-Step
Updated the Debian 12 template filename to 12.12-1; the 12.7-1 file is no longer offered by pveam.
- ArticleDocker on Proxmox: LXC vs VM, Done Right
Updated the Debian 12 template filename to 12.12-1; the 12.7-1 file is no longer offered by pveam.
- ArticleFabric Minecraft Server in a Proxmox LXC Container: Mods + JVM Tuning
Fixed heredoc commands that displayed a literal {'<<'} instead of <<, which made them fail when copied.
- ArticleHermes Agent: Self-Hosted AI Agent with Fallback Model Chains
Fixed heredoc commands that displayed a literal {'<<'} instead of <<, which made them fail when copied. Replaced the retired Gemini 1.5 Flash fallback, no longer offered on OpenRouter, with Gemini 3.8 Flash.
- PlaybookImmich Photo Backup — Docker Compose Install
Corrected when Immich moved to VectorChord: it was v1.133.0 in May 2025, not v3.0.0.
- PlaybookInstall Tailscale on Linux
Corrected the free-plan limits to Tailscale's current Personal plan: six users, unlimited user devices, and 50 tagged resources.
- ArticleInstalling Proxmox VE: Complete Step-by-Step Guide from USB to First Login
Corrected the subscription price: Proxmox charges €120 to €1,100 per CPU socket per year, not a per-node dollar range.
- ArticleNode Exporter + pve-exporter: Complete Proxmox Metrics in Grafana
Fixed code blocks that dropped backslashes: the alert rule's escaped quotes now display correctly, so the YAML is valid when copied, and multi-line commands keep their line breaks.
- ArticlePi-hole on Proxmox LXC: Network-Wide DNS and Ad Blocking
Updated the Debian 12 template filename to 12.12-1; the 12.7-1 file is no longer offered by pveam.
- ArticlePlex vs Jellyfin: Which Media Server Should You Run?
Updated Plex prices: the lifetime pass rose to $749.99 on July 1, 2026 with a new five-year plan, and the Remote Watch Pass is now $2.99/month or $29.99/year. Fixed a garbled cost cell in the comparison table.
- ArticleProxmox Monitoring with Prometheus and Grafana: Full Stack Setup
Fixed heredoc commands that displayed a literal {'<<'} instead of <<, which made them fail when copied.
- PlaybookSeerr (formerly Jellyseerr) Docker Compose for Radarr + Sonarr
Switched from the Jellyseerr image, which stopped updating in October 2025, to the official Seerr image. Jellyseerr and Overseerr merged into Seerr in February 2026. Added the init flag and the UID 1000 config-folder step Seerr requires.
- ArticleSeerr (formerly Jellyseerr): Let Your Family Request Movies
Updated for Seerr: Jellyseerr and Overseerr merged into Seerr in February 2026, and the old Jellyseerr image stopped updating in October 2025. The compose file now uses the official Seerr image, with its non-root config-folder step and a link to the migration guide.
- ArticleSelf-Host Your Photos with Immich: A Private Google Photos Alternative
Corrected the Immich 3.0 release date to early July 2026; the release was published July 2, not July 1.
- ArticleTailscale Subnet Router: Remote Homelab Access Without Port Forwarding
Corrected the UDP offload step: Tailscale's guidance applies these ethtool settings to the physical uplink NIC to speed up forwarding, not to tailscale0 as a regression fix. Also fixed a heredoc that displayed a literal {'<<'}.
- PlaybookTraefik + Let's Encrypt Reverse Proxy (Docker Compose)
Updated the pinned image from Traefik v3.3 to v3.7, the current v3 release line.
- ArticleVaultwarden on Proxmox LXC: Self-Hosted Bitwarden-Compatible Password Manager
Rewrote the install section. Vaultwarden has never published the standalone binary the old steps downloaded, so the guide now extracts it from the official image as the Vaultwarden wiki documents. Added the HTTPS setup the web vault requires, since the old plain-HTTP setup could not create accounts.
- ArticleVentoy: One USB Drive for Every ISO You Own
Rewrote the macOS section: Ventoy has never shipped a macOS installer, so the earlier GUI steps could not work. Updated commands to Ventoy 1.1.17, added checksum verification, and fixed the step numbers and installer path.
- PlaybookVPN-Shielded Torrent Stack (gluetun + qBittorrent)
Removed Mullvad from the port-forwarding list; Mullvad dropped port forwarding in July 2023.
- ArticleWiki.js on Proxmox LXC: Self-Hosted Knowledge Base in 30 Minutes
Switched the install from Node.js 20, which reached end-of-life in 2026, to Node.js 24 LTS, the version Wiki.js's official image now builds on.