You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -46,7 +46,7 @@ $ docker run -d --name=webhookd \
46
46
Finally, it is possible to install Webhookd using the Debian packaging system through this [custom repository](https://packages.azlux.fr/).
47
47
48
48
> Note: Custom configuration variables can be set into `/etc/webhookd.env` file.
49
-
> Sytemd service is already set and enable, you just have to start it with `systemctl start webhookd`.
49
+
> Systemd service is already set and enabled, you just have to start it with `systemctl start webhookd`.
50
50
51
51
## Configuration
52
52
@@ -85,13 +85,13 @@ In particular, examples of integration with Gitlab and Github.
85
85
86
86
### Webhook call
87
87
88
-
The directory structure define the webhook URL.
88
+
The directory structure defines the webhook URL.
89
89
90
90
You can omit the script extension. If you do, webhookd will search by default for a `.sh` file.
91
91
You can change the default extension using the `WHD_HOOK_DEFAULT_EXT` environment variable or `-hook-default-ext` parameter.
92
-
If the script exists, the output will be send to the HTTP response.
92
+
If the script exists, the output will be sent to the HTTP response.
93
93
94
-
Depending on the HTTP request, the HTTP response will be a HTTP `200` code with the script's output in real time (streaming), or the HTTP response will wait until the end of the script's execution and return the output (tuncated) of the script as well as an HTTP code relative to the script's output code.
94
+
Depending on the HTTP request, the HTTP response will be a HTTP `200` code with the script's output in real time (streaming), or the HTTP response will wait until the end of the script's execution and return the output (truncated) of the script as well as an HTTP code relative to the script's output code.
95
95
96
96
The streaming protocol depends on the HTTP request:
97
97
@@ -104,7 +104,7 @@ You can change the default mode using the `WHD_HOOK_DEFAULT_MODE` environment va
0 commit comments