MyNixOS website logo
option-set

services.webhook

Showing entries 1-15 out of 15.
hooksNixOS option-set
Whether to enable Webhook, a server written in Go that allows you to create HTTP endpoints (hooks)…
Enable the generated hooks file to be parsed as a Go template
Extra environment variables passed to webhook
These are arguments passed to the webhook command in the systemd service
Webhook will be run under this group
The actual configuration of which hooks will be served
Same as hooks, but these hooks are specified as literal strings instead of Nix values, and hence c…
The IP webhook should serve hooks on
Open the configured port in the firewall for external ingress traffic
The webhook package to use
The port webhook should be reachable from
The URL path prefix to use for served hooks (protocol://yourserver:port/${prefix}/hook-id)
Webhook will be run under this user
Whether to show verbose output