mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #287] required events notification #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @fj0r on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/287
Specific Demand
Allows webhook notifications to be sent when files are created, modified, and deleted (optional indexing, download event notifications)
Easy to integrate with other systems, such as CI/CD
Implement Suggestion
event data like this:
@fj0r commented on GitHub (Nov 9, 2023):
It is best to customize the notification format and support filtering, such as simulating github events
@sigoden commented on GitHub (Nov 9, 2023):
I will not implement this feature within dufs.
You can achieve this requirement through other tools.
For example, inotify-tools is specifically for doing this.