fix(restic): Shorter ntfy body within length limit #403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-restic-notification-length"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ntfy has a maximum of 4096 bytes for the message content [0].
We now do not add the stderr output to the message.
This ensures that the message can always be delivered and also does not randomly expose uncontrolled information via notifications.
0: https://docs.ntfy.sh/publish/?h=limi#limitations
a53849dbee
tob9eb816ca9
LGTM