Files
Smartwave/cloud
Ninluc 88c3de6ab7
Build, push image, and notify Watchtower / build-image (push) Successful in 3m25s
Build, push image, and notify Watchtower / notify (push) Successful in 13s
Shodan and jobs
2026-08-18 15:48:37 +02:00
..
2026-08-18 15:48:37 +02:00
2026-07-27 17:24:11 +02:00
2026-08-18 15:48:37 +02:00
2026-07-27 17:24:11 +02:00
2026-08-18 15:48:37 +02:00
2026-07-27 18:10:15 +02:00
2026-08-17 14:53:37 +02:00
2026-08-18 15:48:37 +02:00
2026-08-15 18:50:54 +02:00

in /cloud folder :

flask run --debug

Oauth Webex

webexapis.com

Tests

Curl alerte

curl -X POST "https://smartwave.matthiasg.dev/alert" \
-H "Content-Type: application/json" \
-d '{
  "orchestrator_id": "1",
  "alert": {
    "type": "TEST",
    "message": "Cest un test",
    "timestamp": 12345
  },
  "logs": []
}'