{"id":23102259,"url":"https://github.com/evenh/webhook-router","last_synced_at":"2025-10-11T10:42:25.342Z","repository":{"id":39564069,"uuid":"153297555","full_name":"evenh/webhook-router","owner":"evenh","description":"Receive webhooks on your LAN","archived":false,"fork":false,"pushed_at":"2023-01-23T21:54:10.000Z","size":30,"stargazers_count":1,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T09:27:44.610Z","etag":null,"topics":["proxy","router","webhooks"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evenh.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}},"created_at":"2018-10-16T14:14:15.000Z","updated_at":"2019-06-11T08:38:58.000Z","dependencies_parsed_at":"2023-02-13T03:45:57.163Z","dependency_job_id":null,"html_url":"https://github.com/evenh/webhook-router","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/evenh%2Fwebhook-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evenh%2Fwebhook-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evenh%2Fwebhook-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evenh%2Fwebhook-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evenh","download_url":"https://codeload.github.com/evenh/webhook-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247080853,"owners_count":20880344,"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":["proxy","router","webhooks"],"created_at":"2024-12-16T23:59:07.986Z","updated_at":"2025-10-11T10:42:20.298Z","avatar_url":"https://github.com/evenh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webhook-router\n\nUses [smee](https://github.com/probot/smee) to forward webhooks to services not exposed to the open internet.\n\n## Installation\n\nTested with Node 8.x.\n\n### Directly\n`npm install \u0026\u0026 node index.js`\n\n### Docker\n`docker run -v /tmp/hooks.yml:/etc/webhooks/config.yaml:ro evenh/webhook-router`\n\n## Config\n\nThe server looks for `/etc/webhooks/config.yaml` by default. This can be overridden: `WEBHOOK_CONFIG=/tmp/hooks.yaml`\n\nFormat:\n```yaml\n- name: Foo\n  sources:\n    - https://hooks.example.com/foo\n  targets:\n    - http://jenkins.internal.corp/github-webhook/\n- name: Bar\n  sources:\n    - https://hooks.example.com/bar\n    - https://hooks.example.com/baz\n  targets:\n    - http://my-server.internal.corp/webhooks\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevenh%2Fwebhook-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevenh%2Fwebhook-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevenh%2Fwebhook-router/lists"}