-
Comprehensive Guide: Running LinkStack Under Multiple Domains Behind Traefik
Optimizing your LinkStack deployment to handle multiple domains is essential for businesses and individuals seeking versatile branding and streamlined management. By leveraging Traefik as a powerful reverse proxy, you can efficiently manage multiple ……
-
How I Reclaimed 200GB of Space with NPKILL: The Fastest Way to Remove Node Modules
Have you ever looked at your disk space and wondered, “Where did all my storage go?” If you’re a developer, chances are your drive is overflowing with forgotten node_modules folders—those heavy, outdated, and often unnecessary directories created by ……
-
Managing Git Configurations Across Multiple Projects
Git is a powerful tool for version control, allowing developers to track changes, collaborate, and manage multiple versions of a project. However, managing Git configurations across various projects can be a challenge, especially when different ……
-
Exploring Supabase Sessions Shared Between Frontend and Backend
What’s the big deal? Let me start by explaining my setup. I have a Next.js/react frontend that uses Supabase for oauth authentication, through google. which is a headache and a half at the moment, with the project in between migration to using ……
-
Using Typesense to Index Blob Storage
Typesense is an open-source search engine that provides fast and relevant search results. It is built to be simple to use and easy to scale. In this post, we will look at how to use Typesense to index and search Azure Blob Storage. I’m really ……
-
Hashicorp Vault for Bulletproof Security
Just a quick writeup on Hashicorp Vault, what it is, and how it can be used to secure your infrastructure. Hopefully by writing this I can retain some of the information I’ve learned about Vault instead of ending up on their documentation every ……
-
Self Hosted Comment Solution
Self Hosted Comment Solution Commento Commento is a fast, bloat-free commenting system written in Go, that you can host on your own server. It embeds directly into your pages, loads fast and is fully-customizable. Features Fast: Commento is fast. It ……
-
Create Your Own Certificate Authority for Traefik SSL using Step CA
Introduction In this post, I will show you how to create your own Certificate Authority (CA) for Traefik SSL. This is a very tool to have, as it will allow you to easily create SSL certificates for your home lab or development environment. This post ……
-
Setting Up a Ga4 Tag on Hugo
Unfortunately, I have spent the last 24 hours so deep in the google seo suite it’s sending me that “u up?” text at 3am. Somehow more true to the analogy than I care to admit, the entire expierence has been a disapointment for everyone involved, in ……
-
How to Set up PiHole with Docker on your Home Network
How to Set up PiHole with Docker on your Home Network (Ft: Traefik reverse proxy) [WIP] If you have seen the price Raspberry pi’s recently, with the state of the world right now along with the chip shortage you might be thinking “I ……