mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
feat: add template support for shoutrrr notifications (#515)
This commit is contained in:
parent
7052346570
commit
10fd81a2c1
4 changed files with 137 additions and 7 deletions
|
@ -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",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue