Hosting on OpenBSD
ben@octane~$ cat hosting-on-openbsd.txt
I've been drawn to OpenBSD lately as I think about the complexity of modern systems, use of AI, and a bit of nostalgia. I ran across a post about running OpenBSD on Digital Ocean and decided to give it a try for my static web hosting. I was running this site under FreeBSD on Digital Ocean, but when they stopped supporting it I switched to Ubuntu. While OpenBSD also isn't supported, Digital Ocean's tools still make it pretty easy to run and maintain.
With the included httpd server and acme-client I had this up and running in no time at all!
For my next trick I want to try running a Ruby Hanami application, which would be simple with nginx, but hopefully possible with just httpd and relayd or FastCGI.
ben@octane~$