webhooks-hub

所属分类:构建工具
开发工具:Erlang
文件大小:0KB
下载次数:0
上传日期:2024-03-26 14:09:39
上 传 者sh-1993
说明:  一个小型服务器,用于接收和排出WebHook
(A small server to ingest and excrete webhooks)

文件列表:
include/
rel/
src/
.dockerignore
Dockerfile
Makefile
erlang.mk
fig.yml
rebar.config
relx.config

## Notice: This repository is no longer maintained as of 3/26/2024 Webhook hub =========== Consumes various webhooks and fires others. Docker ------ When the Docker Hub pushes a new image, post to Datadog an Hipchat and then callback the hub. Hipchat ------- When a room message fires, CC the message to Slack Hipchat webhooks are configured like ```shell curl 'api.hipchat.com/v2/room/${ROOMNAME}/webhook?auth_token=${AUTH_TOKEN}' -XPOST -H 'content-type: application/json' -d '{"url":"${HOOK_URL}","pattern":".*","event":"room_message","name":"${HOOK_NAME}"}' ``` Environment variables to set ---------------------------- - DATADOG_API_KEY - HIPCHAT_AUTH_TOKEN - HIPCHAT_ROOM - HIPCHAT_SENDER_NAME - SLACK_HOOK_URL

近期下载者

相关文件


收藏者