lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
330 stars 114 forks source link

Support for Apprise notifications #67

Open Zedjones opened 2 years ago

Zedjones commented 2 years ago

I would love to be able to use my already running Gotify instance for notifications. Rather than implement notifications in a bespoke way, it might make sense to integrated with a system like Apprise.

It's got a CLI that you can just include in the container and call with the specified URI when notifications need to be sent.

If you need help implementing this feature, I can probably make a PR.

niondir commented 2 years ago

I would prefer some way to include some custom .sh script "Hooks" that one can configure to run. There you can add any 3rd party related logic you need. The container it self should stay clean from too many 3rd party services / programs.