Blogs

Blogs
Configure a Virtual …

Intro I was tired of playing around with streaming settings that never quite fit my phone’s display perfectly. I wanted to maximize the resolution and refresh rate a la Apollo, which sets up virtual displays automatically for each client but is Windows only. After some trial and error, I …

Blogs
Configure HAProxy with …

Intro Some of my hosted services do not have OIDC support or any sort of authentication out of the box. Since I am already running an instance of Authelia, I decided to use it to secure those services. It was not as straight forward as I thought, specially using HAProxy on pfSense. There are a few …

Blogs
Connect Fail2Ban with …

Intro Some of my self-hosted services don’t play nicely with Cloudflare proxying. This has led me to use DNS and forgo Cloudflare’s protection. Many of the guides out there require pfBlockerNG or the use of scripts that authenticate to pfSense via SSH. This guide will help you integrate …

Blogs
How to passthrough an RTX …

Intro I recently acquired an RTX 5060 GPU and had to look at multiple sources in order to get passthrough working. This will outline all the steps I took in order to get it working on my Dell Poweredge T440 server. Update At the time of the post edit, Proxmox 9 has been released. I have updated my …

Blogs
Send push notifications …

Intro I had a few PowerShell tasks set up in my server with no way of knowing their status unless I checked for logs. Logging in and searching for logs easily becomes a hassle when you have more than one VM. I needed a less time consuming method, so I found a way to send push alerts to my mobile …

Blogs
Use Authelia as a social …

Intro At the time of writing this post, I found no guide on setting up Authelia as a social provider for ERPNext. These are the steps I took to link them. Authelia If you have an LDAP server configured, you have to make sure the correct attributes are retrieved. The attributes section should look …