mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #294] [MERGED] feat: add Bark notifier #905
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#905
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:bark_notify📝 Commits (1)
657964cfeat: 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
界面预览:
配置界面:

使用默认服务器:

自定义服务器:

收到通知:

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