My blog is now hosted on Capsul as a VPS

I wasn't unhappy with the performance of GitHub Pages, my previous host. It was free and well supported and documented-- lots of other developers used it for their personal sites. I just didn't feel the platform aligned with my organizing principles any longer. GitHub is owned by Microsoft, and it's an abstraction that runs on top of some big cloud providers cloud infrastructure. This move is certainly related to my divestment from Apple in my mind.

My site now runs on a VPS hosted by Capsul. It's described as simple, fast, private compute by cyberia.club. That's music to my ears and it fills my heart with joy. I was also hoping for some commitment to green, sustainable energy but I'll take simple, fast and private if I can't have sustainable.

This is my first experience with hosting a website using a VPS. Once I requested the VPS, I was able to get up and running within a day. Most of that time was just me figuring out how to do things in this environment. At a high level, I performed these tasks:

  • Setup the firewall and allow OpenSSH
  • Install Apache and allow access through the firewall
  • Setup Apache for virtual hosts so I can host multiple sites on my VPS.
  • Install SSL certificates using Let's Encrypt.
  • Setup rsync so I can upload my site files.
  • Configure custom 404 page.
  • Configure rewrite rules in Apache to redirect http to https and to redirect www requests to non-www requests.

I've been using Linux as my daily driver now for almost three weeks so working in this environment seemed really straight forward for me.

I'm excited about Capsul and I feel like I'm living up to my principles, which is a nice feeling.

Reply via email