[PR #579] [MERGED] feat(notify): add gotify #987

Closed
opened 2026-03-03 01:07:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/579
Author: @catfishlty
Created: 4/1/2025
Status: Merged
Merged: 4/3/2025
Merged by: @usual2970

Base: mainHead: feat/gotify


📝 Commits (3)

  • 00ec2ce feat(notify): add gotify
  • 2d198bc fix(notify): add missing config for gotify
  • 626a86d fix(notify): optimize gotify code and close unreleased resources.

📊 Changes

11 files changed (+262 additions, -0 deletions)

View changed files

📝 internal/domain/notify.go (+1 -0)
📝 internal/notify/providers.go (+8 -0)
internal/pkg/core/notifier/providers/gotify/gotify.go (+104 -0)
internal/pkg/core/notifier/providers/gotify/gotify_test.go (+68 -0)
📝 ui/src/components/notification/NotifyChannelEditForm.tsx (+3 -0)
ui/src/components/notification/NotifyChannelEditFormGotifyFields.tsx (+46 -0)
📝 ui/src/domain/settings.ts (+10 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.settings.json (+10 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.settings.json (+10 -0)

📄 Description

该 PR 包含以下内容变更:


🔄 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/certimate-go/certimate/pull/579 **Author:** [@catfishlty](https://github.com/catfishlty) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/gotify` --- ### 📝 Commits (3) - [`00ec2ce`](https://github.com/certimate-go/certimate/commit/00ec2ce33ef077c0e1613feb8a377579b1fa8284) feat(notify): add gotify - [`2d198bc`](https://github.com/certimate-go/certimate/commit/2d198bcef7e7c251ada9a298e415ceb8da538bd1) fix(notify): add missing config for gotify - [`626a86d`](https://github.com/certimate-go/certimate/commit/626a86dea7c30c5c19fe4cca31d8c74cb68231b7) fix(notify): optimize gotify code and close unreleased resources. ### 📊 Changes **11 files changed** (+262 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/notify.go` (+1 -0) 📝 `internal/notify/providers.go` (+8 -0) ➕ `internal/pkg/core/notifier/providers/gotify/gotify.go` (+104 -0) ➕ `internal/pkg/core/notifier/providers/gotify/gotify_test.go` (+68 -0) 📝 `ui/src/components/notification/NotifyChannelEditForm.tsx` (+3 -0) ➕ `ui/src/components/notification/NotifyChannelEditFormGotifyFields.tsx` (+46 -0) 📝 `ui/src/domain/settings.ts` (+10 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.settings.json` (+10 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.settings.json` (+10 -0) </details> ### 📄 Description 该 PR 包含以下内容变更: - feat: 增加 [Gotify](https://github.com/gotify/server) 推送渠道,close #576 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#987
No description provided.