Skip to content

gobeli/webhook-debounce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook Debouncer

https://hub.docker.com/repository/docker/gobeli/webhook-debounce

Debounces webhooks to ensure not to many requests are sent. Created mainly for Gitlab CI and static site generators, but can be used for anything.

Request

POST
Host: {Your Hostname}:{Port (defined with env variable PORT)}
Content-Type: application/json

{
  "url": "{webhook url}",
  "method": "method to call webhook",
  "headers": {
    "X-API-KEY": "{send API key as header}"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published