| options/nixos/services.webhook.hooks | The actual configuration of which hooks will be served
|
| options/nixos/services.webhook.hooksTemplated | Same as hooks, but these hooks are specified as literal strings instead of Nix values,
and hence can include template syntax
which might not be representable as JSON
|
| options/nixos/services.webhook.ip | The IP webhook should serve hooks on
|
| options/nixos/services.webhook.urlPrefix | The URL path prefix to use for served hooks (protocol://yourserver:port/${prefix}/hook-id).
|
| options/nixos/services.webhook.enable | Whether to enable Webhook, a server written in Go that allows you to create HTTP endpoints (hooks),
which execute configured commands for any person or service that knows the URL
.
|
| options/nixos/services.webhook.enableTemplates | Enable the generated hooks file to be parsed as a Go template
|