diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-23 15:07:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-25 22:10:05 +0200 |
commit | eccc187014da0ee71bdfc94bfc105e6d4b4524ed (patch) | |
tree | a2836d3b3cd4a002e92e1bf5e748be805de8c35e /doc/backup-upload.md | |
parent | 562c565fcf10fff454e82bd3eb718f6b4cbc5a1d (diff) |
introduce 'mod/notification-email', split off from global-functionschange-84
Diffstat (limited to 'doc/backup-upload.md')
-rw-r--r-- | doc/backup-upload.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/backup-upload.md b/doc/backup-upload.md index 58c1e56..34df1c6 100644 --- a/doc/backup-upload.md +++ b/doc/backup-upload.md @@ -41,7 +41,8 @@ The configuration goes to `global-config-overlay`, these are the parameters: * `BackupUploadUser`: username for server authentication * `BackupUploadPass`: password for server authentication -Also notification settings are required for e-mail, +Also notification settings are required for +[e-mail](mod/notification-email.md), [matrix](mod/notification-matrix.md) and/or [telegram](mod/notification-telegram.md). |