

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.
I keep everything I do as minimal as possible.
Everything is documented using either
shscripts or markdown style plain text files. If I need anything more than that, I’m over complicating things for my brain.The upside to this approach is that it works anywhere because it’s all just text files and it’s very tiny in size. I am more interested in making low-power/low-spec things work so less is appropriate.