| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-04 | 1.6 kB | |
| v0.36.0 source code.tar.gz | 2026-05-04 | 4.8 MB | |
| v0.36.0 source code.zip | 2026-05-04 | 5.3 MB | |
| Totals: 3 Items | 10.1 MB | 0 | |
⚠️ Action required
- Outbound webhook destinations now require an allowlist: Webhook calls must target origins listed in the new
WEBHOOK_ALLOWED_ORIGINSenvironment variable. - This applies only to Generic Webhook, Gotify, self-hosted ntfy servers, and Custom Shoutrrr URLs
- Example:
WEBHOOK_ALLOWED_ORIGINS=https://hooks.example.com,http://host.docker.internal:8080
After updating your instance, test your notifications!
New features
- Pre and post-backup webhooks: Backup schedules can now run optional webhook calls before and after a backup. This enables integrations such as waking external systems, triggering automation, or notifying other services around backup execution. Check out the new backup webhooks documentation
- Notification delivery health is now visible: Notification destinations now track and display health status, last check time, and last delivery error, making notification problems easier to diagnose.
Improvements
- Sortable tables: Repositories, volumes, and notifications can now be sorted by table columns, making large setups easier to browse and manage.
- Improved backups for FUSE-like volumes: Backups for rclone, SFTP, and WebDAV volumes now default to Restic’s --ignore-inode behavior when needed, reducing false file-change detection issues
- Bump rclone to 1.74.0
Bug fixes
- Fixed SMTP notifications with special characters in credentials: Email notification passwords and usernames containing special characters are now encoded correctly.