xcaddy
Server Update
Updating the Server After almost 3 years - and with Ubuntu 24.04 around the corner - I thought it is about time to take care of my server updates. The following updates where executed: Ubuntu from 20.04 to 22.04 (last LTS to current LTS) update NodeJS 14 (😱) to NodeJS 21. I cannot remember why I even installed node in the first place. But might be handy if I ever come back to use VitePress update Go 1.
Create WebHooks with Caddy
WebHook == Run Some Command A webhook is a an HTTP endpoint that triggers ‘some action’. The action will be specific for the application that provides the endpoint. In my case the action/endpoint will update my blog. Let’s ignore for a moment how exactly ‘updating the blog’ works, and just pretend I want to execute some arbitrary command on my server as soon as I call some very specific URL.