What would you like Docksentry to do?
Please can we get support to use glob wildcard patterns in requests, like /status, /check and /update.
Why is this useful?
Been able to address requests to multiple containers in Telegram and Webhook requests to do multiple requests to similar containers.
Possible implementation (optional)
I was hoping for a list with details. Maybe a RegEx or glob wildcard for the /status pattern check. ie: /status ctf-*-even, but then I would like a similar pattern usage for /check and /update
Your setup
- Docksentry version: v.1.28.2
- Notification channels used: Telegram / Webhook
- Deployment: Docker run / Docker Compose / podman-compose
What would you like Docksentry to do?
Please can we get support to use glob wildcard patterns in requests, like
/status,/checkand/update.Why is this useful?
Been able to address requests to multiple containers in Telegram and Webhook requests to do multiple requests to similar containers.
Possible implementation (optional)
I was hoping for a list with details. Maybe a RegEx or glob wildcard for the
/statuspattern check. ie:/status ctf-*-even, but then I would like a similar pattern usage for/checkand/updateYour setup