mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #134] [feature] Better webhook support #111
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ktwrd on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/134
Currently, pgbackweb supports webhooks, which is really good, but it's a bit annoying to setup a webhook per event per database for Discord notifications.
Adding a catch-all webhook that would generate an embed/message to send to a Discord webhook would save a lot of time with the initial setup of webhooks, and you wouldn't have to add 6 new webhooks in pgbackweb for a new database.
Something like what Github/Gitea has for webhooks would be perfect!
I'd be more than happy to contribute, but I don't know any golang. (and I'm a C# developer by day)
@eduardolat commented on GitHub (Sep 28, 2025):
Let's continue the conversation in #46