feat: Implement NTFY notification functionality
- Implement NTFY push notification functionality to send messages to ntfy toptics.
This commit is contained in:
@@ -29,6 +29,7 @@ func NewNotificationManager(pbClient *pocketbase.PocketBaseClient) *Notification
|
||||
services["google_chat"] = NewGoogleChatService()
|
||||
services["email"] = NewEmailService()
|
||||
services["webhook"] = NewWebhookService()
|
||||
services["ntfy"] = NewNtfyService()
|
||||
|
||||
// log.Printf("✅ Notification services initialized: %v", getKeys(services))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user