Migrating from Gitea to Forgejo the long way
With the renewed interest in Forgejo I decided to finally pull the plug on moving out of Gitea, and this is how it went.
Mildly overengineering my Glance configuration
The story of setting up a live environment for configuring my Glance dashboard
Migrating from Simple Analytics to self-hosted Plausible
Documenting the misadventures of self-hosting my site analytics
Overengineering an Obsidian dashboard to get better at Marvel Snap
Using data to answer the ultimate gamer question - why am I so bad?
The Obsidian Migration - One Week Later
An experience report of using Obsidian for a week, coming from a year of Logseq
Migrating from Logseq to Obsidian
Logseq鈥檚 clunky apps and glacial development pace finally motivated me to migrate my journaling to Obsidian, here鈥檚 how I did it.
Assorted NixOS things
Running log of random things I鈥檝e learned about Nix/NixOS/Nixpkgs
Deploying applications to Fly.io without Docker
A quick guide to deploying apps to Fly.io without a local Docker installation
Assorted Git things
A running log of Git concepts I鈥檝e learned since I started journaling
Creating private services on NixOS using Tailscale and Caddy
Tailscale is a mesh VPN that makes it dead simple to connect almost any device together in a private network. Caddy is a web server that focuses on ease of use and automatic HTTPS. I am a fan of both of these, and I was very excited to discover that Tailscale has an experimental integration with Caddy that leverages their tsnet library to allow creating unique Tailscale addresses for individual virtual hosts in your Caddy configuration. Here鈥檚 a quick run down of how to set this up on NixOS. ...