Files
neon-vortex/flux-notification-provider.yaml
Neon Vortex 066d6cae67
Some checks failed
Build and Push to Harbor / build-and-push (push) Has been cancelled
Fix Gotify notifications with correct API format
- Use /message endpoint with form data instead of JSON
- Update notification provider to use correct Gotify URL
- Fix priority levels for different notification types
- Test notifications should now work properly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:06:42 -05:00

19 lines
366 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: notify-token
namespace: flux-system
type: Opaque
stringData:
token: "APMvTuncQJmm6vd"
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: neon-vortex-notify
namespace: flux-system
spec:
type: generic
address: https://notify.caffeinetux.com/message?token=APMvTuncQJmm6vd