[PR #57] [MERGED] Feat/ntfy #153

Closed
opened 2025-12-29 14:25:42 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/yusing/godoxy/pull/57
Author: @yusing
Created: 2/1/2025
Status: Merged
Merged: 2/1/2025
Merged by: @yusing

Base: v0.9Head: feat/ntfy


📝 Commits (3)

📊 Changes

17 files changed (+171 additions, -44 deletions)

View changed files

📝 internal/notif/base.go (+13 -0)
📝 internal/notif/color.go (+3 -3)
📝 internal/notif/config.go (+2 -0)
📝 internal/notif/dispatcher.go (+10 -1)
📝 internal/notif/format.go (+6 -16)
📝 internal/notif/gotify.go (+2 -2)
internal/notif/ntfy.go (+89 -0)
📝 internal/notif/providers.go (+3 -0)
📝 internal/notif/webhook.go (+3 -3)
📝 internal/watcher/health/monitor/monitor.go (+9 -9)
📝 package.json (+1 -1)
📝 schemas/config.schema.json (+1 -1)
📝 schemas/config/notification.d.ts (+10 -2)
📝 schemas/config/notification.js (+3 -1)
📝 schemas/config/notification.ts (+12 -1)
📝 schemas/config/providers.d.ts (+2 -2)
📝 schemas/config/providers.ts (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/yusing/godoxy/pull/57 **Author:** [@yusing](https://github.com/yusing) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@yusing](https://github.com/yusing) **Base:** `v0.9` ← **Head:** `feat/ntfy` --- ### 📝 Commits (3) - [`c003951`](https://github.com/yusing/godoxy/commit/c00395196f803281ecf6311e9faaa6e71bde8a49) implement ntfy notification - [`49fb716`](https://github.com/yusing/godoxy/commit/49fb716135a47a5fd96be40c4500ff6d983c666f) fix notification fields order - [`c668f11`](https://github.com/yusing/godoxy/commit/c668f11c0f5adaf3e8f0857afa666dd8e18efd45) fix schema for ntfy ### 📊 Changes **17 files changed** (+171 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `internal/notif/base.go` (+13 -0) 📝 `internal/notif/color.go` (+3 -3) 📝 `internal/notif/config.go` (+2 -0) 📝 `internal/notif/dispatcher.go` (+10 -1) 📝 `internal/notif/format.go` (+6 -16) 📝 `internal/notif/gotify.go` (+2 -2) ➕ `internal/notif/ntfy.go` (+89 -0) 📝 `internal/notif/providers.go` (+3 -0) 📝 `internal/notif/webhook.go` (+3 -3) 📝 `internal/watcher/health/monitor/monitor.go` (+9 -9) 📝 `package.json` (+1 -1) 📝 `schemas/config.schema.json` (+1 -1) 📝 `schemas/config/notification.d.ts` (+10 -2) 📝 `schemas/config/notification.js` (+3 -1) 📝 `schemas/config/notification.ts` (+12 -1) 📝 `schemas/config/providers.d.ts` (+2 -2) 📝 `schemas/config/providers.ts` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 14:25:42 +01:00
adam closed this issue 2025-12-29 14:25:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy-yusing#153