{"id":16373597,"url":"https://github.com/jroy/disgit","last_synced_at":"2025-03-16T15:33:33.473Z","repository":{"id":41960480,"uuid":"365415458","full_name":"JRoy/disgit","owner":"JRoy","description":"A Cloudflare Worker which provides better GitHub-\u003eDiscord webhook integration than the built-in Discord webhook executor.","archived":false,"fork":false,"pushed_at":"2024-04-28T21:16:26.000Z","size":128,"stargazers_count":23,"open_issues_count":0,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T03:14:50.231Z","etag":null,"topics":["cf-workers","cloudflare-workers","discord","github","webhook"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JRoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-05-08T04:06:47.000Z","updated_at":"2024-04-28T21:16:29.000Z","dependencies_parsed_at":"2023-10-27T02:33:07.759Z","dependency_job_id":null,"html_url":"https://github.com/JRoy/disgit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fdisgit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fdisgit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fdisgit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JRoy%2Fdisgit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JRoy","download_url":"https://codeload.github.com/JRoy/disgit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665617,"owners_count":16860290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cf-workers","cloudflare-workers","discord","github","webhook"],"created_at":"2024-10-11T03:14:44.851Z","updated_at":"2025-03-16T15:33:33.464Z","avatar_url":"https://github.com/JRoy.png","language":"TypeScript","readme":"# disgit\nA Cloudflare Worker (or Docker Container) which provides better GitHub-\u003eDiscord webhook integration than the built-in Discord webhook executor.\n\nYou can use this Cloudflare worker by following the steps after clicking the button below \n\n[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/JRoy/disgit)\n\n\nYou can also deploy disgit to docker container:\n* Docker Compose: Clone this repository and run `docker compose up --build -d`.\n  * The worker will be started on port 8080\n* Docker Image: The disgit container image is published to the GitHub Container Registry [here](https://github.com/JRoy/disgit/pkgs/container/disgit). For more information on how to authenticate with GitHub's container registry, check the help article [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry). \n\n## Environment Variables\ndisgit has the following optional environment variables that you can use to customize your instance;\n- `IGNORED_BRANCHES_REGEX` - A regex pattern for branches that should be ignored\n- `IGNORED_BRANCHES` - A comma seperated list of branches that should be ignored\n- `IGNORED_USERS` - A comma seperated list of users that should be ignored\n- `IGNORED_PAYLOADS` - A comma seperated list of webhook events that should be ignored\n- `DEBUG_PASTE` - Set to `true` to enable debug embeds.\n\n## Supported Events\nThe following webhook events are supported as of now;\n* [check_run](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#check_run)\n* [commit_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#commit_comment)\n* [create](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#create)\n* [delete](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#delete)\n* [deployment](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment)\n* [deployment_status](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment_status)\n* [discussion](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#discussion)\n* [discussion_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#discussion_comment)\n* [fork](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#fork)\n* [gollum](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#gollum) (wiki)\n* [issue_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#issue_comment)\n  * This event also sends pull request comments...*sigh*\n* [issues](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#issues)\n* [package](https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads#package)\n* [ping](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#ping)\n* [pull_request](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request)\n* [pull_request_review](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request_review)\n* [pull_request_review_comment](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#pull_request_review_comment)\n* [push](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#push)\n* [release](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#release)\n* [star](https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#star)\n* ...feel free to contribute more that suit your needs!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroy%2Fdisgit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjroy%2Fdisgit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroy%2Fdisgit/lists"}