May 13, 2026 Proxmox Proxmox LXC Containers: Tiny Linux Servers Without the VM Weight I use Proxmox mainly because it gives me a very nice playground for VMs, containers, storage tests and the occasional “why is this not booting anymore?” evening session. | more
May 5, 2026 DevOps & Administration, TrueNas CopyFail CVE-2026-31431 and the TrueNAS Workaround CopyFail has been all over the Linux security news lately, and for good reason. The vulnerability is tracked as CVE-2026-31431 and properly described in this blog post -> Copy Fail — CVE-2026-31431 And this one is not the usual “technically serious, but probably not relevant for my homelab” kind of bug. | more
May 5, 2026 DevOps & Administration, TrueNas Self-Hosted Forgejo Runner for Git and CI/CD Forgejo is a community fork of Gitea, created as a more independent home for self-hosted Git. A key reason to choose it over Gitea is its stronger community governance and focus on open development. | more
April 23, 2026 TrueNas TrueNAS SCALE 26 Removes the REST API While developing my TrueNAS Replication Monitoring Pipeline, I found that the easy to use REST API will be deprecated. This forces me to decide whether to keep using the REST API or redesign the system to adopt the new method. | more
March 31, 2026 Proxmox How to Create a Proxmox API Token for Homepage I am currently working on my homepage dashboard and want to pull in my Proxmox stats. My approach is to create a dedicated API user and token instead of using my main login. | more
March 25, 2026 TrueNas Readeck: Install Custom App + Logo via YAML While the current App catalogue has a lot to offer but you may end up with a deprecated project ( think booklore ) or an app wich has been requested but not yet implemented ( eg. | more
March 16, 2026 AI / KI & LLM The Better Fix for Slow ChatGPT Chats Long ChatGPT conversations tend to break in a very predictable way. At first everything feels normal. Then the thread grows, typing starts lagging, scrolling turns jittery, CPU usage spikes, and sometimes the whole tab freezes. | more
March 11, 2026 DevOps & Administration The Windows utilman.exe Login Bypass Explained: How It Works and Why It’s Dangerous I ran into this Windows topic while looking at account recovery and man .. was i happy! when i figured how simple this is but then i realize what it actually means for security. | more
March 4, 2026 TrueNas Install TrueNAS on a partition rather the full disk So i bought my 2nd Ugreen DXP2800 and could finally do some more testing :D and perform a writeup. You can find the updated version in my Github GIST How to install TrueNAS SCALE 25. | more
March 3, 2026 DevOps & Administration Using Markdown on GitHub – A Practical Guide Markdown is a lightweight markup language that is widely used on GitHub. It is commonly used for README files, documentation, issues, pull requests, and wikis. | more