Tag: self-hosting

17 posts

Lastbegeisterung

Burden-enthusiasm

Apr 19, 2026

Bluesky PDS with Podman on CentOS Stream 10

This is based on the following documentation from the official Bluesky GitHub:

Apr 13, 2026

Moonstone

Personal ATProto PDS implementation optimised for NixOS/Caddy, with no Bluesky infrastructure defaults.

Apr 10, 2026

Dipping a Toe into the Fediverse (Again)

On standing up a GoToSocial instance, migrating to Sharkey when the lack of quote posts became too annoying, and why the fediverse is more fun than I remember.

Mar 21, 2026

knotted-docker

A Dockerised Tangled knot server with optional Cloudflare Tunnel routing.

Apr 10, 2026

mc-server

A personal PaperMC Minecraft server in Docker Compose with DuckDNS dynamic DNS and management scripts.

Apr 10, 2026

pds-backup

A Bash script for automated, resumable PDS backups via rsync over SSH with change detection and cron scheduling.

Apr 10, 2026
Building My Space on The Net

Building My Space on The Net

No not MySpace!

Feb 26, 2026

Create an RPM repository

Now generate the key with the following command:

Feb 15, 2026

Install Cgit with Caddy

Install caddy-cgi.

Feb 15, 2026

Self-hosted container registry with web UI

Source: https://github.com/Joxit/docker-registry-ui

Feb 15, 2026

I Accidentally Did a DoS Attack On My PDS

How not to make a first impression.

Nov 14, 2025

croft.click and the Paralysis of Possibility

...I guess I could ask my dad if he wants a redirect link to his business?

Nov 10, 2025

Build Your Own Gumball

Considering how the user benefits when a mature project goes fully open-source—even one with the baggage of something like Gumroad.

It’s Easy. But Is It Easy Enough?

Self-hosted apps are having a moment, but people are still a little freaked out by them. Could a Flatpak-style approach to self-hosting help matters?

Cloud Caper

What I learned about trying to run my own cloud from a few weeks of trying to run the whole dang thing myself. (Hint: I found myself trying multiple solutions.)

Feb 16, 2022

Setting up Restic with rest-server

I recently decided to start using my own home server to store my dotfiles. The main reasons are simplicity, privacy, and security. I previously stored them in a repository on my GitHub account and installed them with Ansible, but I have increasingly found it cumbersome when trying to keep them updated and in sync. On GitHub, the changes (and mistakes!) I make to my dotfiles are publicly viewable; sometimes I'll make changes several times a day, sometimes scrapping a change entirely when I later realize it was not such a good idea or breaks something in my activity flow. I also would love the convenience of keeping SSH keys and GPG keychains in sync and updated, and storing them on a public server is obviously not an option, nor even in a private repository hosted on GitHub or GitLab.

Apr 13, 2021