This is a blog. I write things here when something is worth writing down.
No particular schedule, no niche. Mostly about self-hosting, software, and whatever else I’m working on.
What this is
A personal blog running on Astro, hosted on Cloudflare Pages. Static, fast, no database. Posts are Markdown files in a git repo.
The main site at excrementgaming.com runs on a Proxmox LXC container behind a Cloudflare tunnel. This blog lives separately — pushing to GitHub triggers a build.
What I’m running
Right now the infrastructure is:
- Proxmox VE on bare metal for virtualisation
- LXC containers for each service — lightweight, easy to snapshot
- Cloudflare Tunnels to expose services without opening ports on the router
- yt-dlp wrapped in a Node.js web app for downloading YouTube videos
- A pastebin at bin.excrementgaming.com for sharing code
More things will get added. More posts will follow.