firest
This commit is contained in:
parent
e1fd7b890a
commit
ac6f3243ab
26 changed files with 1938 additions and 1 deletions
37
config/hooks.yaml
Normal file
37
config/hooks.yaml
Normal file
|
@ -0,0 +1,37 @@
|
|||
- id: suno_recharge
|
||||
execute-command: /etc/webhook/scripts/suno-tools/suno-tools
|
||||
pass-arguments-to-command:
|
||||
- source: string
|
||||
name: -e
|
||||
- source: url
|
||||
name: env
|
||||
- source: string
|
||||
name: -m
|
||||
- source: url
|
||||
name: amount
|
||||
- source: string
|
||||
name: -a
|
||||
- source: url
|
||||
name: account
|
||||
|
||||
- id: huaweicloud
|
||||
execute-command: "/etc/webhook/scripts/huawei/huawei"
|
||||
http-methods:
|
||||
- "POST "
|
||||
pass-arguments-to-command:
|
||||
- source: string
|
||||
name: -m
|
||||
- source: payload
|
||||
name: message
|
||||
|
||||
- id: hwtlsupdate
|
||||
execute-command: "/etc/webhook/scripts/tlsupdatev1/tlsupdate"
|
||||
pass-arguments-to-command:
|
||||
- source: string
|
||||
name: -a
|
||||
- source: url
|
||||
name: action
|
||||
- source: string
|
||||
name: -i
|
||||
- source: url
|
||||
name: id
|
Loading…
Add table
Add a link
Reference in a new issue