mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
Extend docs on notifications
This commit is contained in:
parent
4207146fb6
commit
9ec33510e7
14
README.md
14
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
|
# 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
|
# By default, notifications would only be sent out when a backup run fails
|
||||||
# (i.e. `error`). To receive notifications for every run, set
|
# To receive notifications for every run, set `NOTIFICATION_LEVEL` to `info`
|
||||||
# `NOTIFICATION_LEVEL` to `info`
|
# instead of the default `error`.
|
||||||
|
|
||||||
# NOTIFICATION_LEVEL="info"
|
# NOTIFICATION_LEVEL="error"
|
||||||
|
|
||||||
########### EMAIL NOTIFICATIONS
|
########### 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_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
|
### Encrypting your backup using GPG
|
||||||
|
|
||||||
The image supports encrypting backups using GPG out of the box.
|
The image supports encrypting backups using GPG out of the box.
|
||||||
|
Loading…
Reference in New Issue
Block a user