Skip to content
/ disgit Public

A Cloudflare Worker (or docker image) which provides better GitHub->Discord webhook integration than the built-in Discord webhook executor.

License

Notifications You must be signed in to change notification settings

JRoy/disgit

Repository files navigation

disgit

A Cloudflare Worker (or Docker Container) 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

You can also deploy disgit to docker container:

  • Docker Compose: Clone this repository and run docker compose up --build -d.
    • The worker will be started on port 8080
  • Docker Image: The disgit container image is published to the GitHub Container Registry here. For more information on how to authenticate with GitHub's container registry, check the help article here.

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;

About

A Cloudflare Worker (or docker image) which provides better GitHub->Discord webhook integration than the built-in Discord webhook executor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages