{"id":15770291,"url":"https://github.com/djdefi/webhook-muxer","last_synced_at":"2026-01-08T19:04:31.724Z","repository":{"id":39674626,"uuid":"387035605","full_name":"djdefi/webhook-muxer","owner":"djdefi","description":"Muxer for webhooks written in Ruby (Sinatra)","archived":false,"fork":false,"pushed_at":"2025-11-02T05:16:16.000Z","size":140,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-02T07:09:52.814Z","etag":null,"topics":["cicd","webhooks"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djdefi.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-17T20:58:38.000Z","updated_at":"2025-11-02T05:15:24.000Z","dependencies_parsed_at":"2023-12-01T20:26:11.735Z","dependency_job_id":"ba2464c6-5d93-4264-8de8-a34d13284d94","html_url":"https://github.com/djdefi/webhook-muxer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djdefi/webhook-muxer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fwebhook-muxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fwebhook-muxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fwebhook-muxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fwebhook-muxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djdefi","download_url":"https://codeload.github.com/djdefi/webhook-muxer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djdefi%2Fwebhook-muxer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28247810,"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","status":"online","status_checked_at":"2026-01-08T02:00:06.591Z","response_time":241,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cicd","webhooks"],"created_at":"2024-10-04T14:23:33.544Z","updated_at":"2026-01-08T19:04:31.708Z","avatar_url":"https://github.com/djdefi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webhook muxer\n\nThis is a simple proof of concept that allows you to forward incoming webhooks to any number of URLs.\n\n\n# Installation\n\n```bash\nbundle install\n```\n\n# Usage\n\n1. Create a file called `urls.txt` with one url per line.\n2. Run the server:\n   ```bash\n   ruby webhook-muxer.rb\n   ```\n3. Send a webhook to the server:\n   ```bash\n   curl -X POST -d '{\"foo\": \"bar\"}' http://localhost:4567/\n   ```\n4. The server will forward the webhook payload to all urls in `urls.txt`.\n\n## Async delivery\n\nAn async delivery option is also available.\n   \n   ```bash\n   curl -X POST -d '{\"foo\": \"bar\"}' http://localhost:4567/async\n   ```\n\nThe server will return a 200 status code immediately, and then deliver the webhook payload to all urls in `urls.txt` asynchronously. Any errors in forwarding will not be reported in the response.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdefi%2Fwebhook-muxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjdefi%2Fwebhook-muxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdefi%2Fwebhook-muxer/lists"}