You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using E-mail publishing (local only email) to send notifications from differents docker services in OpenMediaVault. The smtp server is configured with ntfy. Everything works with no problem except one bug. I have a snapraid script (snapraid-aio-script on github) configured as a scheduled task (cron) and send the output via email to ntfy. The message is more than 4k so the notification is send with an attachment as intended. But for some reason the file is always limited to 4ko size and is truncated.
💻 Components impacted
The ntfy message limit is 4k for various reasons. There is a ticket around increasing it (#836), but the consequences of doing that is not known. I'll likely merge this soon, but expose the option at your own risk.
So for all intents and purposes, this is a dup of #836
🐞 Describe the bug
I'm using E-mail publishing (local only email) to send notifications from differents docker services in OpenMediaVault. The smtp server is configured with ntfy. Everything works with no problem except one bug. I have a snapraid script (snapraid-aio-script on github) configured as a scheduled task (cron) and send the output via email to ntfy. The message is more than 4k so the notification is send with an attachment as intended. But for some reason the file is always limited to 4ko size and is truncated.
💻 Components impacted
ntfy server, Android app
💡 Screenshots and/or logs
🔮 Additional context
The text was updated successfully, but these errors were encountered: