Is a prototype for an Azure container app receiving azure alerts, transforms them to slack notification, and inverse proxy them to relevant slack channel.
- Caddy server
- Transformer as Caddy custom extension
- OWASP WAF as Caddy custom module
- Rate limiter as Caddy custom module
An example of the caddy configuration .
The repo is multi-module with three different modules
caddy-ext
, transformer logiccmd/caddy
, build caddy for current architecturecmd/multibuilder
, build caddy for multi-architecture
See HowToTest