Browse Categories & Tags →

Draft safe repo structure for Hugo

Objective: create a hugo website that hides drafts well and that still supports contributions via github issues. Disclaimer: Since the creation of this post I’ve moved to a cms to handle posting blogposts (just to aid writing with the smartphone). But the main principle of private repo that pushes changes to the public facing one to better support gihub contribution is still active and I still suggest you to implement it. ...

Static IP in Proxmox Docker VM from helper script

I’ve chose to use the Docker VM helper script for Proxmox as it gives me ease of mind to be able to use backups and migrate machines whenever. Also the separation of concerns about different things in my home makes it easier to mantain (I’ve got a different vm for each kind of service, one overall, a 3dprinting one, a cloud/file hosting one so I can make brake stuff in one but not affect all the others). ...