Author: jcianci12
-
đ How to Integrate Authentik with WordPress Using the miniOrange OAuth Plugin
Authentik is a powerful identity provider â but when you use it with WordPress via the miniOrange OAuth/OpenID Connect (OIDC) plugin, you can hit a couple of common issues: This guide walks through the exact steps to make Authentik talk cleanly to WordPress with the miniOrange plugin. đŚ Background: What WordPress & miniOrange Expect The…
-
Deploying an Azure DevOps Server Build Artifact to IIS Without Using an Agent
Sometimes the âproperâ way to deploy an application in Azure DevOps is to use a Release pipeline, an environment, or a deployment agent. And sometimes⌠that simply isnât an option. In our case, we needed a working solution where: This post explains the working pattern we ended up using. The Core Idea We broke deployment…
-

Drip Coffee Decaf drip
I Bought 2kg of Drip Roast Decaf from driproastcoffee.com.au. Dialled It In Properly. Still Bitter. Iâm writing this because I honestly wish Iâd seen a post like this before I bought 2kg of Drip Roast decaf. Not because Iâm trying to trash a business â but because Iâm sick of the coffee industry acting like…
-
Protect Webtop Behind Nginx Proxy Manager With Authentik (Forward Auth)
[Note. I had to update authentik to get this to work. was prev running 2025.8.3 and everything I tried didnt resolve] This guide shows a working setup for protecting webtop.tekonline.com.au (LinuxServer Webtop) behind Nginx Proxy Manager (NPM) using Authentik forward-auth. Tested on February 4, 2026 with Authentik 2025.10.3 (embedded outpost path /outpost.goauthentik.io). Prerequisites 1) Run Webtop (Example) If youâre running LinuxServer Webtop as a container on…
-
SSRS Gotcha: Recreating a Deleted Data Source Does Not Automatically Fix Broken Reports
I recently ran into a frustrating SSRS error that looked like a simple data source problem â but turned out to be a subtle reference issue thatâs easy to miss. If youâve ever deleted and recreated a shared data source with the same name, this oneâs for you. The Error Message The report failed with:…
-
Wiring a Lift in Godot with Instanced Buttons (No Prefab Spawning Required)
If your lift isnât moving and youâre staring at â0 nearby interactables,â youâre not alone.This guide shows a clean setup that uses already-instanced buttons in your scene, while keeping lift logic in a single script. This approach avoids runtime spawning and instead links existing nodes by NodePath â perfect for level-authored layouts. 0) What Are the Lift Pieces…
-

Where is Cursor usage?
Cursor Has Quietly Become One of My Favourite Dev Tools Iâve been using Cursor for a while now, and honestly, itâs become one of those tools I reach for without thinking. It fits neatly into my workflow and, more importantly, it actually makes me faster instead of getting in the way. If youâre not familiar…
-
Is Linktâs â$500K Summer Giveawayâ Dodgy? A Plain-English Breakdown
Every summer, big brands roll out massive âwin your share of $Xâ promotions. This year, Linkt (Transurban) is running its $500K Summer Giveaway, and if youâve opened the terms and conditions⌠youâve probably wondered: Is this legit â or is there a catch? Short answer: itâs legitimate, but itâs very much a marketing-first promotion, and…
-
Nigsonbojig
-
Backing Up a Minecraft Stack from a Remote Server
Introduction If you run Minecraft Java and Bedrock servers on a remote host (e.g. a cloud VM) via Docker, youâll want a local backup of world data, config, and mods so you can restore later. This article walks through a simple approach: stop the containers, create a tarball on the remote host (excluding large or recreatable…