From 90e74e85573c828129865084641f746d32fb531f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 11 Nov 2024 22:30:44 +0100 Subject: [PATCH] notification: source style fixes Signed-off-by: Thomas Lamprecht --- notifications.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/notifications.adoc b/notifications.adoc index cf2511f..331ac1d 100644 --- a/notifications.adoc +++ b/notifications.adoc @@ -7,6 +7,7 @@ endif::manvolnum[] Overview -------- + [thumbnail="screenshot/gui-datacenter-notification-overview.png"] * {pve} emits xref:notification_events[Notification Events] in case of @@ -44,6 +45,7 @@ Notification Targets [[notification_targets_sendmail]] Sendmail ~~~~~~~~ + [thumbnail="screenshot/gui-datacenter-notification-sendmail.png"] The sendmail binary is a program commonly found on Unix-like operating systems @@ -93,6 +95,7 @@ sendmail: example [[notification_targets_smtp]] SMTP ~~~~ + [thumbnail="screenshot/gui-datacenter-notification-smtp.png"] SMTP notification targets can send emails directly to an SMTP mail relay. @@ -137,8 +140,10 @@ smtp: example server mail.example.com mode starttls ---- + The matching entry in `/etc/pve/priv/notifications.cfg`, containing the secret token: + ---- smtp: example password somepassword @@ -147,6 +152,7 @@ smtp: example [[notification_targets_gotify]] Gotify ~~~~~~ + [thumbnail="screenshot/gui-datacenter-notification-gotify.png"] http://gotify.net[Gotify] is an open-source self-hosted notification server that