Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 722 Bytes

File metadata and controls

39 lines (22 loc) · 722 Bytes

Webhook dispatcher service

A lightweight and simple webhook system written in Go.

Features

  • Simple and lightweight webhook dispatcher
  • Easy to integrate
  • Support for custom event handlers

Usage

Configuration

  1. Create a .env file in your project root
  2. Go to https://webhook.site/ and copy your unique address
  3. Add the following variables to .env:
WEBHOOK_ADDRESS=https://webhook.site/your-unique-id
REDIS_ADDRESS=redis:6379

Running the System

Load your .env file and start the webhook system with your configured addresses. docker compose build docker compose up -d (if you want to run the frontend use npm i && npm run dev)

License

MIT