Quadlets

A copy of this readme and examples can be found on my github Disclaimer I’m writing this documentation as I’m learning so there might be some mistakes. What is written are the steps I’ve taken to get my setup working. I’m posting here as I found it difficult to find practical examples of simple containers and the steps to get them running when searching online. I’ll update this as my journey with podman quadlets continues. ...

January 16, 2026

Running a FreeBSD desktop

Running a FreeBSD desktop. Run a FreeBSD or NetBSD desktop. Rubenerd’s article encouraging people to try FreeBSD or NetBSD. Challenge accepted. I’ve been interested in *BSDs for about a year now. I’d learnt about them from a family member as a child, but stumbling upon Michael W. Lucas’ excellent talk about FreeBSD jails piqued my interest. Rubenerd’s recent article lead me to pulling my fedora nvme out of my laptop (a Thinkpad T470), putting another drive in, and installing FreeBSD… ...

February 28, 2023

Configuring an OpenBSD webserver for Miniflux

Configuring a webserver using OpenBSD with httpd(8), relayd(8), and acme-client(1) Overview I wanted to move my rss aggregator miniflux.app off Miniflux’s (excellent, but paid) hosting option, and onto my own existing OpenBSD server. Miniflux is somewhat unique, in that it provides a single binary; no docker containers here! Both that binary miniflux and postgresql-contrib are available via pkg_add(1) This is the first time I’ve setup a server like this, particularly public-facing; so its taken a fair bit of trial and error and I thought it would be good to jot things down in case this helps others. ...

January 11, 2023

Can I do my job with OpenBSD

Can I do my job with OpenBSD? Introduction Why not be normal and use a Mac or Windows PC? Windows is horrible to use and Macs are too expensive1. Neither are Open Source. I’m not a fanatic about this, but it is something I’m passionate about, and will always default to FOSS where possible. I found it very easy to do my job with linux, so why not try using a *BSD? I know I probably can, but I want to find out. ...

December 31, 2022

Zerotier on OpenBSD

Simple Zerotier setup on OpenBSD “ZeroTier is a smart programmable Ethernet switch for planet Earth. It allows all networked devices, VMs, containers, and applications to communicate as if they all reside in the same physical data center or cloud region.”* I personally use Zerotier to share assets between different geographical locations without having to worry about a third-party ddns service, putting holes in firewalls & port forwarding. Perfect for road warrior setups, or sharing a self-hosted Jellyfin server between two households. ...

April 15, 2022