From 0e248010a8040daf803f6d1ac83c28df8848711b Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 12 Feb 2022 20:34:51 +0100 Subject: [PATCH] Add note about how notifications can be customized to config reference --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07ed860..1a98149 100644 --- a/README.md +++ b/README.md @@ -282,8 +282,9 @@ You can populate below template according to your requirements and use it as you # Notifications (email, Slack, etc.) can be sent out when a backup run finishes. # Configuration is provided as a comma-separated list of URLs as consumed # by `shoutrrr`: https://containrrr.dev/shoutrrr/v0.5/services/overview/ -# When providing multiple URLs or an URL that contains a comma, the values -# can be URL encoded to avoid ambiguities. +# The content of such notifications can be customized. Dedicated documentation +# on how to do this can be found in the README. When providing multiple URLs or +# an URL that contains a comma, the values can be URL encoded to avoid ambiguities. # The below URL demonstrates how to send an email using the provided SMTP # configuration and credentials.