MATERIA-CONFIG-NOTIFY
Name
materia-config-notify - Materia notification settings
Synopsis
/etc/materia/config.toml, $MATERIA_SERVER__<option-name>
Options
*MATERIA_NOTIFY__TRIGGERS*/notify.triggers
What webhooks to use for what type of notification event. The following event types are supported:
default: Default notification channel.update: Successful plan-execute cyclesrollback: When a rollback is initiated
The values should be the webhook destination i.e.
[notify.triggers]
update = "https://localhost/webhook"
or MATERIA_NOTIFY__TRIGGERS__UPDATE=https://localhost/webhook