Debug jobs
Build, push image, and notify Watchtower / build-image (push) Successful in 44s
Build, push image, and notify Watchtower / notify (push) Successful in 10s

This commit is contained in:
2026-08-18 15:50:15 +02:00
parent 88c3de6ab7
commit e69bbc6b45
2 changed files with 36 additions and 1 deletions
+13 -1
View File
@@ -23,4 +23,16 @@ curl -X POST "https://smartwave.matthiasg.dev/alert" \
},
"logs": []
}'
```
```
## Jobs
### Trigger Server CVE Audit
`curl http://localhost:5000/debug/run-job/server_cve_audit_job`
### Trigger Client IP Audit
`curl http://localhost:5000/debug/run-job/client_ip_audit_job`
### Trigger Telemetry Request
`curl http://localhost:5000/debug/run-job/request_telemetry_job`