feat: add template support for shoutrrr notifications (#515)

This commit is contained in:
Arne Jørgensen 2020-05-11 06:38:41 +02:00 committed by GitHub
parent 7052346570
commit 10fd81a2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 137 additions and 7 deletions

View file

@ -259,6 +259,12 @@ Should only be used for testing.
viper.GetString("WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN"),
"The Gotify Application required to query the Gotify API")
flags.StringP(
"notification-template",
"",
viper.GetString("WATCHTOWER_NOTIFICATION_TEMPLATE"),
"The shoutrrr text/template for the messages")
flags.StringArrayP(
"notification-url",
"",