Incomplete, these steps did not complete a working instance. Will follow up with other attempts. How It Began:This journey started as many in the homelab often do, with a “Wouldn’t it be cool if?”. Wells, lets find out. First, lets outline what is the expected outcome, then we can evaluate the hurdles as they come […]
Category: homelab
Deploying Drone by Harness to k8s
Prologue: I was happy, or so I thought. For what felt like the hundredth time I noticed a red circle next to the bell on my Jenkins server. Something was out of date enough to pose a security risk. Did I care? Well I was currently streaming, so I sort of guess I have to […]
Installing node on debian based linux – update
Well, it’s quite a different affair now. Most places seem to be getting in on the “run this script, it’ll handle it for you” train, and I can’t say I dislike it. New way:via nodejs.orgcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashnvm install # Old way:So yeah, installing node is sort of a stupid round about adventure in […]