Adds the option to skip TLS verification for a Gotify instance (#544)

This commit is contained in:
Sebastiaan Tammer 2020-05-22 16:02:20 +02:00 committed by GitHub
parent 10fd81a2c1
commit dccdf708a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 12 deletions

View file

@ -170,6 +170,8 @@ docker run -d \
containrrr/watchtower
```
If you want to disable TLS verification for the Gotify instance, you can use either `-e WATCHTOWER_NOTIFICATION_GOTIFY_TLS_SKIP_VERIFY=true` or `--notification-gotify-tls-skip-verify`.
### [containrrr/shoutrrr](https://github.com/containrrr/shoutrrr)
To send notifications via shoutrrr, the following command-line options, or their corresponding environment variables, can be set: