feat: Implement NTFY notification functionality

- Implement NTFY push notification functionality to send messages to ntfy toptics.
This commit is contained in:
Tola Leng
2025-08-15 17:17:29 +07:00
parent 3bc1fd7c02
commit 35fe0b9071
3 changed files with 393 additions and 1 deletions
@@ -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))