Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Coder Webhook Notifier

Receives Coder webhooks and sends Pushover notifications.

Setup

cd apps/coder-webhook-notifier
npm install

Environment Variables

PUSHOVER_USER=your_pushover_user_key
PUSHOVER_TOKEN=your_pushover_app_token
PORT=3002  # optional

Run

PUSHOVER_USER=xxx PUSHOVER_TOKEN=xxx npm start

Endpoints

  • POST /webhook - Receives Coder webhook events
  • GET /health - Health check

Test

curl -X POST http://localhost:3002/webhook \
  -H "Content-Type: application/json" \
  -d '{"title":"Test","body":"Test message","payload":{"notification_name":"Test"}}'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages