feat: Implement Notifiarr notification service
- The Notifiarr notification functionality has been implemented. The alert configuration channel will now use the `api_token` and `channel_id` field for send to the Notifiarr API endpoint.
This commit is contained in:
@@ -31,6 +31,7 @@ func NewNotificationManager(pbClient *pocketbase.PocketBaseClient) *Notification
|
||||
services["webhook"] = NewWebhookService()
|
||||
services["ntfy"] = NewNtfyService()
|
||||
services["pushover"] = NewPushoverService()
|
||||
services["notifiarr"] = NewNotifiarrService()
|
||||
|
||||
// log.Printf("✅ Notification services initialized: %v", getKeys(services))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user