{"id":16078041,"url":"https://github.com/thu-cs-lab/webhookd","last_synced_at":"2025-04-11T01:11:03.217Z","repository":{"id":37129095,"uuid":"245369948","full_name":"thu-cs-lab/webhookd","owner":"thu-cs-lab","description":"A simple gitlab/github web hooks daemon","archived":false,"fork":false,"pushed_at":"2025-03-08T01:49:20.000Z","size":203,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T07:02:19.958Z","etag":null,"topics":["gitlab","rust","webhookd"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thu-cs-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2020-03-06T08:44:49.000Z","updated_at":"2025-03-08T01:49:16.000Z","dependencies_parsed_at":"2024-03-05T03:24:45.300Z","dependency_job_id":"6832275a-3acf-4bdf-9976-2d34e93a70cf","html_url":"https://github.com/thu-cs-lab/webhookd","commit_stats":{"total_commits":37,"total_committers":6,"mean_commits":6.166666666666667,"dds":0.5405405405405406,"last_synced_commit":"457a5a4b3a4221a143dffc7e635b79baa0dca975"},"previous_names":["thu-cs-lab/webhookd","jiegec/webhookd"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thu-cs-lab%2Fwebhookd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thu-cs-lab%2Fwebhookd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thu-cs-lab%2Fwebhookd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thu-cs-lab%2Fwebhookd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thu-cs-lab","download_url":"https://codeload.github.com/thu-cs-lab/webhookd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065290,"owners_count":21041871,"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":["gitlab","rust","webhookd"],"created_at":"2024-10-09T10:06:25.855Z","updated_at":"2025-04-11T01:11:03.186Z","avatar_url":"https://github.com/thu-cs-lab.png","language":"Rust","readme":"# webhookd\n\nA simple GitLab/GitHub web hooks daemon. Run scripts whenever hook is triggered.\n\n## Installation\n\nThere are two ways:\n1. Run `cargo install webhookd` to install webhookd.\n2. Use `cargo-deb`:\n\n```\n\u003e cargo install cargo-deb\n\u003e git clone https://github.com/jiegec/webhookd.git\n\u003e cd webhookd\n\u003e cargo deb --separate-debug-symbols --compress-debug-symbols --install\n```\n\n## Configuration\n\nSee `example.toml` for usage. Then, register this webhook in GitLab/GitHub. Currently only json is supported.\n\n## Usage\n\nRun webhookd manually:\n\n```bash\n\u003e RUST_LOG=info webhookd --config config.toml\n```\n\nRun webhookd in systemd:\n\n```bash\n\u003e sudo systemctl edit webhookd\n# Add the following lines if needed\n[Service]\nUser=nobody\nGroup=nobody\nEnvironment=\"WEBHOOKD_CONFIG=/path/to/config.toml\"\n```\n\nThen, run `sudo systemctl enable --now webhookd` to activate.\n\n## License\n\nLicensed under GPL-3.0-or-later license.\n","funding_links":[],"categories":["rust","Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthu-cs-lab%2Fwebhookd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthu-cs-lab%2Fwebhookd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthu-cs-lab%2Fwebhookd/lists"}