# GLAM Deploy Webhook - Add to bronhouder.nl site block # Insert after the /health handler # # This handles webhook callbacks from Forgejo for automatic schema deployment # # To add to /etc/caddy/Caddyfile, insert within the bronhouder.nl block: # Webhook endpoint for Forgejo push events handle /webhook/deploy* { reverse_proxy 127.0.0.1:8099 { transport http { read_timeout 120s write_timeout 120s } } }