Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage
Mozilla Public License 2.0
2.11k
stars
85
forks
source link
[FR] upgrade `shoutrrr` to v0.8.0 to support custom fields in calls to Generic Webhooks #447
Closed
huyz closed 3 months ago
Is your feature request related to a problem? Please describe.
I have notifications sent to a Generic Webhook endpoint. But I'm in need of fields other than
title
andmessage
to be sent.Describe the solution you'd like
In order to support https://containrrr.dev/shoutrrr/dev/services/generic/#custom_data_fields , please bump the shoutrrr dependency to v0.8.0 to benefit from these commits: https://github.com/containrrr/shoutrrr/pull/377
Describe alternatives you've considered
I current use hacks to inject data in the
title
andmessage
fields and have to do special processing to extract that data.