sablierapp / sablier

Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.
https://sablierapp.dev/
GNU Affero General Public License v3.0
1.46k stars 48 forks source link

Add webhooks for `started` and `stopped` events #423

Open acouvreur opened 4 weeks ago

acouvreur commented 4 weeks ago

Add webhooks for started and stopped events.

A webhook can be defined as:

More customization may be added later.


The first goal is to be able to create such integration: https://github.com/louislam/uptime-kuma/issues/5228

Instead of Uptime-Kuma adding specific code for Sablier, we will use these webhooks to call the Uptime Kuma API.

gedw99 commented 4 weeks ago

I was also going to ask for this .