

I run a super minimal setup for my server and home network devices but I still like to see how the self-hosting scene is evolving. It’s changed so much in the last year alone.
I think one reason why I choose to run such a minimal setup is because there’s so many trust issues that seem to be developing over time with so many different projects. At the very least, every weekly newsletter keeps me inspired to keep creating my own projects.
Recently I just finished writing my own back up system including rotating out old backups using only rsync and POSIX portable shell commands. I wrote the scripts to be adaptable to many uses outside of just backups so I am really proud of how they turned out.
My next self-hosting project is something far more absurd and I’m excited to start developing it.
For blogs I found two interesting projects that are super minimal. BashWrite uses only
bashandsedcommands but it seems to be no longer under development.Another bash script that seems to have more development activity is BSSG. This one requires a markdown processor such as
cmarkorpandocbut it’s still quite minimal.I love minimalism and writing scripts so these two projects really interest me.