

For blogs I found two interesting projects that are super minimal.
BashWrite uses only bash and sed commands 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 cmark or pandoc but it’s still quite minimal.
I love minimalism and writing scripts so these two projects really interest me.
I’m currently in the process of setting up my home server again but this was basically my setup before. Alpine Linux + SSH + Docker and I kept everything to a minimum.
This time I’m setting up rootless Podman in place of Docker and as of today the switch over is complete.
I’m thinking of trying to use wireguard as a way to secure my ssh port but I’m still trying to learn and figure out if that’s possible.
With all the security and trust issues hitting the self-hosting headlines, less and simple is completely fine with me.