Comment on Need some help with geoblocking caddy.
Vanilla_PuddinFudge@infosec.pub 3 days agoI disabled and removed Ubuntu’s caddy before using xcaddy, then remade caddy.service and wrote up a small script to update it when I need. I may automate it down the line.
irmadlad@lemmy.world 3 days ago
Hmm that sounds like something you could do with n8n.
mik@sh.itjust.works 3 days ago
It probably would be easier to just write an “update Caddy” script. They don’t release updates very often, except for security fixes, so it’s not much effort to do manually. I automated mine with Forgejo Actions, you could do the same with GitHub actions as a free option for example. Lots of neat ways to accomplish this!