Gate
PWA · PushPush-Mitteilungen
iOS-Tipp: Erst Teilen → Zum Home-Bildschirm, dann die App vom Home-Bildschirm oeffnen und hier Push aktivieren. Im normalen Safari-Tab funktioniert Push auf iOS nicht.
Verlauf
- Lade …
API senden
curl -X POST https://gate.fredericzart.com/api/notify \
-H "Authorization: Bearer <GATE_API_TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"title": "Neuer Build",
"body": "Deploy gruen ✓",
"kind": "success",
"image_url": "https://…/screenshot.png",
"link_url": "https://github.com/…/actions/runs/123",
"link_label": "Run oeffnen",
"source": "ci"
}'