Skip to main content

Selfhosting

2026


Webhook Automation with Hooky

·2228 words·11 mins
A comprehensive guide to automating Docker deployments using Hooky, a lightweight webhook server written in Go. Learn how to install Hooky on CentOS, configure HMAC signature validation, integrate with GitHub Actions, and set up secure automated deployments behind Caddy reverse proxy.

2023


Automate Dynamic DNS Updates with Gandi API and Docker

·1497 words·8 mins
This tutorial demonstrates how to automate dynamic DNS updates using Gandi API, Docker, and shell scripting. Learn to package the update script into a Docker container for seamless deployment, ensuring uninterrupted DNS updates even with dynamic IP changes.​

2020


Radicale CardDAV And CalDAV Server

·619 words·3 mins
To decrease reliance on google services this howto describes how to setup your own contact (carddav) and calendar (caldav) server

2018


Hugo Deployment Automation

··978 words·5 mins
In this technical article we look at the process of automating a Hugo deployment from a Github commit.​