From 9ec33510e7aa334e3a8be694d4d91771d6776a9e Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 18 Dec 2021 10:23:07 +0100 Subject: [PATCH] Extend docs on notifications --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8f8ce4..6d72f87 100644 --- a/README.md +++ b/README.md @@ -249,11 +249,11 @@ You can populate below template according to your requirements and use it as you # NOTIFICATION_URLS=smtp://username:password@host:587/?fromAddress=sender@example.com&toAddresses=recipient@example.com -# By default, notifications will only be sent out when a backup run fails -# (i.e. `error`). To receive notifications for every run, set -# `NOTIFICATION_LEVEL` to `info` +# By default, notifications would only be sent out when a backup run fails +# To receive notifications for every run, set `NOTIFICATION_LEVEL` to `info` +# instead of the default `error`. -# NOTIFICATION_LEVEL="info" +# NOTIFICATION_LEVEL="error" ########### EMAIL NOTIFICATIONS @@ -358,6 +358,12 @@ services: NOTIFICATION_URLS=smtp://me:secret@smtp.example.com:587/?fromAddress=no-reply@example.com&toAddresses=you@example.com ``` +Notification backends other than email are also supported. +Refer to the documentation of [shoutrrr][shoutrrr-docs] to find out about options and configuration. + +[shoutrrr-docs]: https://containrrr.dev/shoutrrr/v0.5/services/overview/ + + ### Encrypting your backup using GPG The image supports encrypting backups using GPG out of the box.