mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
feat(filters): add external script and webhook checks
This commit is contained in:
parent
16dd8c5419
commit
d56693cd33
17 changed files with 635 additions and 200 deletions
8
web/src/types/Filter.d.ts
vendored
8
web/src/types/Filter.d.ts
vendored
|
@ -52,6 +52,14 @@ interface Filter {
|
|||
except_tags_any: string;
|
||||
actions: Action[];
|
||||
indexers: Indexer[];
|
||||
external_script_enabled: boolean;
|
||||
external_script_cmd: string;
|
||||
external_script_args: string;
|
||||
external_script_expect_status: number;
|
||||
external_webhook_enabled: boolean;
|
||||
external_webhook_host: string;
|
||||
external_webhook_data: string;
|
||||
external_webhook_expect_status: number;
|
||||
}
|
||||
|
||||
interface Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue