Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 3.53 KB

README.md

File metadata and controls

44 lines (37 loc) · 3.53 KB

disgit

A Cloudflare Worker which provides better GitHub->Discord webhook integration than the built-in Discord webhook executor.

You can use this Cloudflare worker by following the steps after clicking the button below

Deploy to Cloudflare Workers

This repository is based on JRoy/disgit, deploying to IntellectualSites' CF workers via GitHub actions.

You can also deploy this using docker/docker-compose by cloning this repo and running docker compose up --build -d. The worker will be started on port 8080.

Environment Variables

digit has the following optional environment variables that you can use to customize your instance;

  • IGNORED_BRANCHES_REGEX - A regex pattern for branches that should be ignored
  • IGNORED_BRANCHES - A comma seperated list of branches that should be ignored
  • IGNORED_USERS - A comma seperated list of users that should be ignored
  • IGNORED_PAYLOADS - A comma seperated list of webhook events that should be ignored

Supported Events

The following webhook events are supported as of now;