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