feat: webhooks - #338
Draft
xpkmb wants to merge 12 commits into
Draft
Conversation
zze0s
marked this pull request as draft
September 28, 2025 20:03
xpkmb
force-pushed
the
feat/webhooks
branch
2 times, most recently
from
October 1, 2025 19:25
c6281f5 to
8a6a2bc
Compare
Signed-off-by: xpmb <contrib@xpmb.me>
Signed-off-by: xpmb <contrib@xpmb.me>
Signed-off-by: xpmb <contrib@xpmb.me>
This is used to identify client API Keys which are automatically generated by the webhooks preferences.
This commit also contains all the logic related to webhooks into the webhook handler (instead of all over the place)
Contributor
|
It would be super nice if this had some other conditions for trigger. Personally, |
Author
|
@Audionut currently qui only refreshes when the user is actively looking at the UI. So for the moment we are limited to external actions like qBitorrent sending a request to qui whenever a new torrent is added/completed. The Webhooks will contain all relevant information though, like |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This feature gives qui the ability to send certain webhooks whenever qbitorrent starts/completes a torrent download.