{"id":13394008,"url":"https://github.com/adnanh/webhook","last_synced_at":"2025-05-13T10:53:09.780Z","repository":{"id":25719703,"uuid":"29156642","full_name":"adnanh/webhook","owner":"adnanh","description":"webhook is a lightweight incoming webhook server to run shell commands","archived":false,"fork":false,"pushed_at":"2025-01-12T11:27:16.000Z","size":9386,"stargazers_count":10863,"open_issues_count":114,"forks_count":847,"subscribers_count":165,"default_branch":"master","last_synced_at":"2025-05-05T20:29:43.200Z","etag":null,"topics":["automate","automation","ci","deploy","devops","execute","go","hacktoberfest","hook","hooks","incoming","integration","programming","redeploy","script","server","shell","web","webhook","webhooks"],"latest_commit_sha":null,"homepage":"","language":"Go","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/adnanh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"open_collective":"webhook","github":"adnanh"}},"created_at":"2015-01-12T20:59:11.000Z","updated_at":"2025-05-05T09:57:57.000Z","dependencies_parsed_at":"2024-02-19T19:53:52.679Z","dependency_job_id":"e1fe0609-7fa3-47c2-9bb2-b54dd45906d6","html_url":"https://github.com/adnanh/webhook","commit_stats":{"total_commits":357,"total_committers":57,"mean_commits":"6.2631578947368425","dds":0.5630252100840336,"last_synced_commit":"b6f24d00a59d3b824ff5ceeafc50a2ea6a567547"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnanh%2Fwebhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnanh%2Fwebhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnanh%2Fwebhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnanh%2Fwebhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adnanh","download_url":"https://codeload.github.com/adnanh/webhook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253460056,"owners_count":21912145,"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":["automate","automation","ci","deploy","devops","execute","go","hacktoberfest","hook","hooks","incoming","integration","programming","redeploy","script","server","shell","web","webhook","webhooks"],"created_at":"2024-07-30T17:01:05.462Z","updated_at":"2025-05-13T10:53:09.755Z","avatar_url":"https://github.com/adnanh.png","language":"Go","readme":"# What is webhook? ![build-status][badge]\r\n\r\n \u003cimg src=\"https://github.com/adnanh/webhook/raw/development/docs/logo/logo-128x128.png\" alt=\"Webhook\" align=\"left\" /\u003e\r\n \r\n [webhook][w] is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. [webhook][w] also allows you to specify rules which have to be satisfied in order for the hook to be triggered.\r\n\r\nFor example, if you're using Github or Bitbucket, you can use [webhook][w] to set up a hook that runs a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project.\r\n\r\nIf you use Mattermost or Slack, you can set up an \"Outgoing webhook integration\" or \"Slash command\" to run various commands on your server, which can then report back directly to you or your channels using the \"Incoming webhook integrations\", or the appropriate response body.\r\n\r\n[webhook][w] aims to do nothing more than it should do, and that is:\r\n 1. receive the request,\r\n 2. parse the headers, payload and query variables,\r\n 3. check if the specified rules for the hook are satisfied,\r\n 3. and finally, pass the specified arguments to the specified command via\r\n    command line arguments or via environment variables.\r\n\r\nEverything else is the responsibility of the command's author.\r\n\r\n## Not what you're looking for?\r\n| \u003ca href=\"https://www.hookdoo.com/?github\"\u003e\u003cimg src=\"https://hookdoo.com/img/Hookdoo_Logo_1.png\" height=\"48\" alt=\"hookdoo\" /\u003e\u003c/a\u003e | \u003cpicture\u003e\u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"images/hookdeck-white.svg\"\u003e\u003cimg height=\"36\" alt=\"hookdeck\" src=\"images/hookdeck-black.svg\"\u003e\u003c/picture\u003e\u003c/a\u003e |\r\n| :-: | :-: |\r\n| Scriptable webhook gateway to safely run your custom builds, deploys, and proxy scripts on your servers.                                      | An event gateway to reliably ingest, verify, queue, transform, filter, inspect, monitor, and replay webhooks. |\r\n \r\n\r\n# Getting started\r\n## Installation\r\n### Building from source\r\nTo get started, first make sure you've properly set up your [Go](http://golang.org/doc/install) 1.21 or newer environment and then run\r\n```bash\r\n$ go build github.com/adnanh/webhook\r\n```\r\nto build the latest version of the [webhook][w].\r\n\r\n### Using package manager\r\n#### Snap store\r\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/webhook)\r\n\r\n#### Ubuntu\r\nIf you are using Ubuntu linux (17.04 or later), you can install webhook using `sudo apt-get install webhook` which will install community packaged version.\r\n\r\n#### Debian\r\nIf you are using Debian linux (\"stretch\" or later), you can install webhook using `sudo apt-get install webhook` which will install community packaged version (thanks [@freeekanayaka](https://github.com/freeekanayaka)) from https://packages.debian.org/sid/webhook\r\n\r\n#### FreeBSD\r\nIf you are using FreeBSD, you can install webhook using `pkg install webhook`.\r\n\r\n### Download prebuilt binaries\r\nPrebuilt binaries for different architectures are available at [GitHub Releases](https://github.com/adnanh/webhook/releases).\r\n\r\n## Configuration\r\nNext step is to define some hooks you want [webhook][w] to serve.\r\n[webhook][w] supports JSON or YAML configuration files, but we'll focus primarily on JSON in the following example.\r\nBegin by creating an empty file named `hooks.json`. This file will contain an array of hooks the [webhook][w] will serve. Check [Hook definition page](docs/Hook-Definition.md) to see the detailed description of what properties a hook can contain, and how to use them.\r\n\r\nLet's define a simple hook named `redeploy-webhook` that will run a redeploy script located in `/var/scripts/redeploy.sh`. Make sure that your bash script has `#!/bin/sh` shebang on top.\r\n\r\nOur `hooks.json` file will now look like this:\r\n```json\r\n[\r\n  {\r\n    \"id\": \"redeploy-webhook\",\r\n    \"execute-command\": \"/var/scripts/redeploy.sh\",\r\n    \"command-working-directory\": \"/var/webhook\"\r\n  }\r\n]\r\n```\r\n\r\n**NOTE:** If you prefer YAML, the equivalent `hooks.yaml` file would be:\r\n```yaml\r\n- id: redeploy-webhook\r\n  execute-command: \"/var/scripts/redeploy.sh\"\r\n  command-working-directory: \"/var/webhook\"\r\n```\r\n\r\nYou can now run [webhook][w] using\r\n```bash\r\n$ /path/to/webhook -hooks hooks.json -verbose\r\n```\r\n\r\nIt will start up on default port 9000 and will provide you with one HTTP endpoint\r\n```http\r\nhttp://yourserver:9000/hooks/redeploy-webhook\r\n```\r\n\r\nCheck [webhook parameters page](docs/Webhook-Parameters.md) to see how to override the ip, port and other settings such as hook hotreload, verbose output, etc, when starting the [webhook][w].\r\n\r\nBy performing a simple HTTP GET or POST request to that endpoint, your specified redeploy script would be executed. Neat!\r\n\r\nHowever, hook defined like that could pose a security threat to your system, because anyone who knows your endpoint, can send a request and execute your command. To prevent that, you can use the `\"trigger-rule\"` property for your hook, to specify the exact circumstances under which the hook would be triggered. For example, you can use them to add a secret that you must supply as a parameter in order to successfully trigger the hook. Please check out the [Hook rules page](docs/Hook-Rules.md) for detailed list of available rules and their  usage.\r\n\r\n## Multipart Form Data\r\n[webhook][w] provides limited support the parsing of multipart form data.\r\nMultipart form data can contain two types of parts: values and files.\r\nAll form _values_ are automatically added to the `payload` scope.\r\nUse the `parse-parameters-as-json` settings to parse a given value as JSON.\r\nAll files are ignored unless they match one of the following criteria:\r\n\r\n1. The `Content-Type` header is `application/json`.\r\n1. The part is named in the `parse-parameters-as-json` setting.\r\n\r\nIn either case, the given file part will be parsed as JSON and added to the `payload` map.\r\n\r\n## Templates\r\n[webhook][w] can parse the hooks configuration file as a Go template when given the `-template` [CLI parameter](docs/Webhook-Parameters.md). See the [Templates page](docs/Templates.md) for more details on template usage.\r\n\r\n## Using HTTPS\r\n[webhook][w] by default serves hooks using http. If you want [webhook][w] to serve secure content using https, you can use the `-secure` flag while starting [webhook][w]. Files containing a certificate and matching private key for the server must be provided using the `-cert /path/to/cert.pem` and `-key /path/to/key.pem` flags. If the certificate is signed by a certificate authority, the cert file should be the concatenation of the server's certificate followed by the CA's certificate.\r\n\r\nTLS version and cipher suite selection flags are available from the command line. To list available cipher suites, use the `-list-cipher-suites` flag.  The `-tls-min-version` flag can be used with `-list-cipher-suites`.\r\n\r\n## Running behind a reverse proxy\r\n[webhook][w] may be run behind a \"reverse proxy\" - another web-facing server such as [Apache httpd](https://httpd.apache.org) or [Nginx](https://nginx.org) that accepts requests from clients and forwards them on to [webhook][h].  You can have [webhook][w] listen on a regular TCP port or on a Unix domain socket (with the `-socket` flag), then configure your proxy to send requests for a specific host name or sub-path over that port or socket to [webhook][w].\r\n\r\nNote that when running in this mode the [`ip-whitelist`](docs/Hook-Rules.md#match-whitelisted-ip-range) trigger rule will not work as expected, since it will be checking the address of the _proxy_, not the _client_.  Client IP restrictions will need to be enforced within the proxy, before it decides whether to forward the request to [webhook][w].\r\n\r\n## CORS Headers\r\nIf you want to set CORS headers, you can use the `-header name=value` flag while starting [webhook][w] to set the appropriate CORS headers that will be returned with each response.\r\n\r\n## Running under `systemd`\r\nOn platforms that use [systemd](https://systemd.io), [webhook][w] supports the _socket activation_ mechanism.  If [webhook][w] detects that it has been launched from a systemd-managed socket it will automatically use that instead of opening its own listening port.  See [the systemd page](docs/Systemd-Activation.md) for full details.\r\n\r\n## Interested in running webhook inside of a Docker container?\r\nYou can use one of the following Docker images, or create your own (please read [this discussion](https://github.com/adnanh/webhook/issues/63)):\r\n- [almir/webhook](https://github.com/almir/docker-webhook)\r\n- [roxedus/webhook](https://github.com/Roxedus/docker-webhook)\r\n- [thecatlady/webhook](https://github.com/thecatlady/docker-webhook)\r\n- [lwlook/webhook](https://hub.docker.com/r/lwlook/webhook) - This setup allows direct access to the Docker host, providing a streamlined and efficient way to manage webhooks.\r\n\r\n## Examples\r\nCheck out [Hook examples page](docs/Hook-Examples.md) for more complex examples of hooks.\r\n\r\n### Guides featuring webhook\r\n - [Plex 2 Telegram](https://gitlab.com/-/snippets/1972594) by [@psyhomb](https://github.com/psyhomb)\r\n - [Webhook \u0026 JIRA](https://sites.google.com/site/mrxpalmeiras/more/jira-webhooks) by [@perfecto25](https://github.com/perfecto25)\r\n - [Trigger Ansible AWX job runs on SCM (e.g. git) commit](http://jpmens.net/2017/10/23/trigger-awx-job-runs-on-scm-commit/) by [@jpmens](http://mens.de/)\r\n - [Deploy using GitHub webhooks](https://davidauthier.wearemd.com/blog/deploy-using-github-webhooks.html) by [@awea](https://davidauthier.wearemd.com)\r\n - [Setting up Automatic Deployment and Builds Using Webhooks](https://willbrowning.me/setting-up-automatic-deployment-and-builds-using-webhooks/) by [Will Browning](https://willbrowning.me/about/)\r\n - [Auto deploy your Node.js app on push to GitHub in 3 simple steps](https://webhookrelay.com/blog/2018/07/17/auto-deploy-on-git-push/) by Karolis Rusenas\r\n - [Automate Static Site Deployments with Salt, Git, and Webhooks](https://www.linode.com/docs/applications/configuration-management/automate-a-static-site-deployment-with-salt/) by [Linode](https://www.linode.com)\r\n - [Using Prometheus to Automatically Scale WebLogic Clusters on Kubernetes](https://blogs.oracle.com/weblogicserver/using-prometheus-to-automatically-scale-weblogic-clusters-on-kubernetes-v5) by [Marina Kogan](https://blogs.oracle.com/author/9a4fe754-1cc2-4c64-95fc-360642b62927)\r\n - [Github Pages and Jekyll - A New Platform for LACNIC Labs](https://labs.lacnic.net/a-new-platform-for-lacniclabs/) by [Carlos Martínez Cagnazzo](https://twitter.com/carlosm3011)\r\n - [How to Deploy React Apps Using Webhooks and Integrating Slack on Ubuntu](https://www.alibabacloud.com/blog/how-to-deploy-react-apps-using-webhooks-and-integrating-slack-on-ubuntu_594116) by Arslan Ud Din Shafiq\r\n - [Private webhooks](https://ihateithe.re/2018/01/private-webhooks/) by [Thomas](https://ihateithe.re/colophon/)\r\n - [Adventures in webhooks](https://medium.com/@draketech/adventures-in-webhooks-2d6584501c62) by [Drake](https://medium.com/@draketech)\r\n - [GitHub pro tips](http://notes.spencerlyon.com/2016/01/04/github-pro-tips/) by [Spencer Lyon](http://notes.spencerlyon.com/)\r\n - [XiaoMi Vacuum + Amazon Button = Dash Cleaning](https://www.instructables.com/id/XiaoMi-Vacuum-Amazon-Button-Dash-Cleaning/) by [c0mmensal](https://www.instructables.com/member/c0mmensal/)\r\n - [Set up Automated Deployments From Github With Webhook](https://maximorlov.com/automated-deployments-from-github-with-webhook/) by [Maxim Orlov](https://twitter.com/_maximization)\r\n - [Kick Me Now with Webhooks](https://freebsdfoundation.org/kick-me-now-with-webhooks/) By Dave Cottlehuber\r\n - VIDEO: [Gitlab CI/CD configuration using Docker and adnanh/webhook to deploy on VPS - Tutorial #1](https://www.youtube.com/watch?v=Qhn-lXjyrZA\u0026feature=youtu.be) by [Yes! Let's Learn Software Engineering](https://www.youtube.com/channel/UCH4XJf2BZ_52fbf8fOBMF3w)\r\n - [Integrate automatic deployment in 20 minutes using webhooks + Nginx setup](https://anksus.me/blog/integrate-automatic-deployment-in-20-minutes-using-webhooks) by [Anksus](https://github.com/Anksus)\r\n - [Automatically redeploy your static blog with Gitea, Uberspace \u0026 Webhook](https://by.arran.nz/posts/code/webhook-deploy/) by [Arran](https://arran.nz)\r\n- [Automatically Updating My Zola Site Using a Webhook](https://osc.garden/blog/updating-site-with-webhook/) by [Óscar Fernández](https://osc.garden/)\r\n - ...\r\n - Want to add your own? Open an Issue or create a PR :-)\r\n \r\n## Community Contributions\r\nSee the [webhook-contrib][wc] repository for a collections of tools and helpers related to [webhook][w] that have been contributed by the [webhook][w] community.\r\n\r\n## Need help?\r\nCheck out [existing issues](https://github.com/adnanh/webhook/issues) to see if someone else also had the same problem, or [open a new one](https://github.com/adnanh/webhook/issues/new).\r\n\r\n# Support active development\r\n\r\n## Sponsors\r\n## \u003ca href=\"https://www.digitalocean.com/?ref=webhook\"\u003e\u003cimg src=\"http://www.hajdarevic.net/DO_Logo_Horizontal_Blue.png\" alt=\"DigitalOcean\" width=\"250\"/\u003e\u003c/a\u003e\r\n[DigitalOcean](https://www.digitalocean.com/?ref=webhook) is a simple and robust cloud computing platform, designed for developers.\r\n\r\n\r\n## \u003ca href=\"https://www.browserstack.com/?ref=webhook\"\u003e\u003cimg src=\"http://www.hajdarevic.net/browserstack.svg\" alt=\"BrowserStack\" width=\"250\"/\u003e\u003c/a\u003e\r\n[BrowserStack](https://www.browserstack.com/?ref=webhook) is a cloud-based cross-browser testing tool that enables developers to test their websites across various browsers on different operating systems and mobile devices, without requiring users to install virtual machines, devices or emulators.\r\n\r\n---\r\n\r\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\r\n\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/6/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/7/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/8/avatar.svg\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://opencollective.com/webhook/sponsor/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/sponsor/9/avatar.svg\"\u003e\u003c/a\u003e\r\n\r\n## By contributing\r\n\r\nThis project exists thanks to all the people who contribute. [Contribute!](CONTRIBUTING.md).\r\n\u003ca href=\"graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/webhook/contributors.svg?width=890\" /\u003e\u003c/a\u003e\r\n\r\n## By giving money\r\n\r\n - [OpenCollective Backer](https://opencollective.com/webhook#backer)\r\n - [OpenCollective Sponsor](https://opencollective.com/webhook#sponsor)\r\n - [PayPal](https://paypal.me/hookdoo)\r\n - [Patreon](https://www.patreon.com/webhook)\r\n - [Faircode](https://faircode.io/product/webhook?utm_source=badge\u0026utm_medium=badgelarge\u0026utm_campaign=webhook)\r\n - [Flattr](https://flattr.com/submit/auto?user_id=adnanh\u0026url=https%3A%2F%2Fwww.github.com%2Fadnanh%2Fwebhook)\r\n\r\n---\r\n\r\nThank you to all our backers!\r\n\r\n\u003ca href=\"https://opencollective.com/webhook#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/webhook/backers.svg?width=890\"\u003e\u003c/a\u003e\r\n\r\n# License\r\n\r\nThe MIT License (MIT)\r\n\r\nCopyright (c) 2015 Adnan Hajdarevic \u003cadnanh@gmail.com\u003e\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.\r\n\r\n\r\n[w]: https://github.com/adnanh/webhook\r\n[wc]: https://github.com/adnanh/webhook-contrib\r\n[badge]: https://github.com/adnanh/webhook/workflows/build/badge.svg\r\n","funding_links":["https://opencollective.com/webhook","https://github.com/sponsors/adnanh","https://paypal.me/hookdoo","https://www.patreon.com/webhook"],"categories":["Go","Software Packages","开源类库","Development","Repositories","开发运维工具","go","Open source library","Tool","Go Tools","网络服务","[💾 sysadmin-devops](https://github.com/stars/ketsapiwiq/lists/sysadmin-devops)",":hammer_and_wrench: \u0026nbsp; Libraries and SDKs","Active projects","DevOps Tools","automation","Webhooks Server","软件包","軟件包","Go 工具"],"sub_categories":["DevOps Tools","未归类","Time Series","Not Categorized","网络服务_其他","Go","Applications","Contents","Utility/Miscellaneous","Routers","路由器","DevOps 工具","DevOps工具","代码分析","devops 工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnanh%2Fwebhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnanh%2Fwebhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnanh%2Fwebhook/lists"}