From b85a4b0ea2e7f2513c0973b59cbd0a5ad27d037d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Fri, 12 Jun 2020 12:50:29 +0200 Subject: [PATCH] docs(shoutrrr): add documentation about file URLs --- docs/notifications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/notifications.md b/docs/notifications.md index afa23bd..521400d 100644 --- a/docs/notifications.md +++ b/docs/notifications.md @@ -178,7 +178,8 @@ If you want to disable TLS verification for the Gotify instance, you can use eit To send notifications via shoutrrr, the following command-line options, or their corresponding environment variables, can be set: -- `--notification-url` (env. `WATCHTOWER_NOTIFICATION_URL`): The shoutrrr service URL to be used. +- `--notification-url` (env. `WATCHTOWER_NOTIFICATION_URL`): The shoutrrr service URL to be used. +**Note:** Can also reference a file, in which case the contents of the file are used (one URL per line, separated by a newline character). Go to [containrrr.github.io/shoutrrr/services/overview](https://containrrr.github.io/shoutrrr/services/overview) to learn more about the different service URLs you can use. You can define multiple services by space separating the URLs. (See example below)