[PR #294] [MERGED] feat: add Bark notifier #905

Closed
opened 2026-03-03 01:06:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/294
Author: @funnyzak
Created: 11/1/2024
Status: Merged
Merged: 11/2/2024
Merged by: @usual2970

Base: mainHead: bark_notify


📝 Commits (1)

  • 657964c feat: add Bark notification channel and related settings

📊 Changes

9 files changed (+291 additions, -12 deletions)

View changed files

📝 internal/domain/notify.go (+6 -5)
📝 internal/notify/notify.go (+13 -1)
ui/src/components/notify/Bark.tsx (+246 -0)
📝 ui/src/domain/settings.ts (+9 -1)
📝 ui/src/i18n/locales/en/nls.common.json (+2 -1)
📝 ui/src/i18n/locales/en/nls.settings.json (+2 -1)
📝 ui/src/i18n/locales/zh/nls.common.json (+2 -2)
📝 ui/src/i18n/locales/zh/nls.settings.json (+2 -1)
📝 ui/src/pages/setting/Notify.tsx (+9 -0)

📄 Description

  • 加入了 Bark 通知服务

界面预览:

配置界面:
image

使用默认服务器:
image

自定义服务器:
image

收到通知:
IMG_9F8138E3A20C-1


🔄 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/294 **Author:** [@funnyzak](https://github.com/funnyzak) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/2/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `bark_notify` --- ### 📝 Commits (1) - [`657964c`](https://github.com/certimate-go/certimate/commit/657964cda4fb7a0cea0b1b5d01fbd568c1d491b2) feat: add Bark notification channel and related settings ### 📊 Changes **9 files changed** (+291 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `internal/domain/notify.go` (+6 -5) 📝 `internal/notify/notify.go` (+13 -1) ➕ `ui/src/components/notify/Bark.tsx` (+246 -0) 📝 `ui/src/domain/settings.ts` (+9 -1) 📝 `ui/src/i18n/locales/en/nls.common.json` (+2 -1) 📝 `ui/src/i18n/locales/en/nls.settings.json` (+2 -1) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+2 -2) 📝 `ui/src/i18n/locales/zh/nls.settings.json` (+2 -1) 📝 `ui/src/pages/setting/Notify.tsx` (+9 -0) </details> ### 📄 Description - 加入了 Bark 通知服务 界面预览: 配置界面: <img width="699" alt="image" src="https://github.com/user-attachments/assets/d860240b-c220-4d3d-9fad-2228a4d6eb54"> 使用默认服务器: <img width="876" alt="image" src="https://github.com/user-attachments/assets/06341ea2-d679-42c2-b324-1ab8be4355f8"> 自定义服务器: <img width="752" alt="image" src="https://github.com/user-attachments/assets/a6d2bd96-1342-4361-af1e-295aa00ce27f"> 收到通知: ![IMG_9F8138E3A20C-1](https://github.com/user-attachments/assets/6894d1f3-19f5-4c63-8a8b-358dabd45008) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:46 +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#905
No description provided.