Showing posts with label Wildebeest. Show all posts
Showing posts with label Wildebeest. Show all posts

Saturday, March 11, 2023

From Self-Hosted to Community-Driven: Why I Moved My Mastodon Account to Hachyderm.io


I've made the decision to move my Mastodon account from a self-hosted instance to one hosted on hachyderm.io. There are several reasons for this move that I will explain in this post.

Maintenance

When you host your own Mastodon instance, it becomes your responsibility to ensure that it is up to date. Recently, a new Mastodon version was released, and I needed to update my instance that was created with the Mastodon droplet from the Digital Ocean store. Although the initial installation was quite easy, upgrading to the latest version was not seamless. I had to log into the shell and manually go through the upgrade steps. Unfortunately, the upgrade did not go smoothly for me, and I needed to reboot the server in the middle of the process. I eventually got the upgrade to finish, but my instance doesn't seem to be working correctly. For example, I don't see as many recent posts as I do on a different account on a separate instance.

In a previous post, I mentioned trying Wildebeest, which is an open-source Mastodon-compatible server. One benefit of Wildebeest is that the project created an upgrade process, where you just synchronize the changes from the GitHub repository. I set up an instance of Wildebeest, but when I tried to migrate my Mastodon account to this new instance, I hit a roadblock. Even though Wildebeest is Mastodon-compatible, it doesn't support migrating accounts between Mastodon and Wildebeest.

Sunday, February 19, 2023

Revolutionizing Mastodon Hosting: Trying Cloudflare's Wildebeest


I've been running my own Mastodon instance for a while now, but I didn't want to host it from our home network, so I decided to use Digital Ocean. Setting it up was fairly easy, using this droplet. The downside is that hosting the service just for myself comes at a cost, since their pricing seems to be geared towards hosting the service for multiple people.

Recently, Cloudflare announced an interesting alternative called Wildebeest, which is a Mastodon-compatible open-source server. What caught my attention is that it seems their $5/month Pages plan is enough to run the server.

One advantage of Mastodon is that it's easy to move your profile from one host to another, so once I set up the new server, moving over should be a breeze.

I'm going to give Wildebeest a try and report back on my experience.

Printing Across VLANs: A Secure and Scalable Solution

In my previous configuration, I used a CUPS server with multiple network interfaces to enable printing from computers on restricted networks...