[PR #1332] [MERGED] feat(notification): add support for Ntfy #1250

Closed
opened 2026-02-26 12:10:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1332
Author: @liheji
Created: 8/30/2025
Status: Merged
Merged: 8/30/2025
Merged by: @0xJacky

Base: devHead: dev


📝 Commits (3)

  • 5df71cc feat(notification): add support for Ntfy
  • cbea5ef Update internal/notification/ntfy.go
  • 4c294ca Update internal/notification/ntfy.go

📊 Changes

17 files changed (+233 additions, -0 deletions)

View changed files

📝 app/src/language/ar/app.po (+4 -0)
📝 app/src/language/de_DE/app.po (+4 -0)
📝 app/src/language/en/app.po (+4 -0)
📝 app/src/language/es/app.po (+4 -0)
📝 app/src/language/fr_FR/app.po (+4 -0)
📝 app/src/language/ja_JP/app.po (+4 -0)
📝 app/src/language/ko_KR/app.po (+4 -0)
📝 app/src/language/pt_PT/app.po (+4 -0)
📝 app/src/language/ru_RU/app.po (+4 -0)
📝 app/src/language/tr_TR/app.po (+4 -0)
📝 app/src/language/uk_UA/app.po (+4 -0)
📝 app/src/language/vi_VN/app.po (+4 -0)
📝 app/src/language/zh_CN/app.po (+4 -0)
📝 app/src/language/zh_TW/app.po (+4 -0)
📝 app/src/views/preference/components/ExternalNotify/index.ts (+2 -0)
app/src/views/preference/components/ExternalNotify/ntfy.ts (+46 -0)
internal/notification/ntfy.go (+129 -0)

📄 Description

feat(notification): add support for Ntfy

  • Implement Ntfy external notifier in Go
  • Add Ntfy configuration component in Vue
  • Update language files with Ntfy translations- Register Ntfy notifier in the main application

Page effect:
ntfy通知01
ntfy通知02
result


🔄 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/0xJacky/nginx-ui/pull/1332 **Author:** [@liheji](https://github.com/liheji) **Created:** 8/30/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (3) - [`5df71cc`](https://github.com/0xJacky/nginx-ui/commit/5df71ccab2d3553cb85ccc726ebbd59bb78915ee) feat(notification): add support for Ntfy - [`cbea5ef`](https://github.com/0xJacky/nginx-ui/commit/cbea5efe607e690873b98f94e788c9b25c85e594) Update internal/notification/ntfy.go - [`4c294ca`](https://github.com/0xJacky/nginx-ui/commit/4c294ca63827f5124b8ceea5286c16805c30d749) Update internal/notification/ntfy.go ### 📊 Changes **17 files changed** (+233 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/src/language/ar/app.po` (+4 -0) 📝 `app/src/language/de_DE/app.po` (+4 -0) 📝 `app/src/language/en/app.po` (+4 -0) 📝 `app/src/language/es/app.po` (+4 -0) 📝 `app/src/language/fr_FR/app.po` (+4 -0) 📝 `app/src/language/ja_JP/app.po` (+4 -0) 📝 `app/src/language/ko_KR/app.po` (+4 -0) 📝 `app/src/language/pt_PT/app.po` (+4 -0) 📝 `app/src/language/ru_RU/app.po` (+4 -0) 📝 `app/src/language/tr_TR/app.po` (+4 -0) 📝 `app/src/language/uk_UA/app.po` (+4 -0) 📝 `app/src/language/vi_VN/app.po` (+4 -0) 📝 `app/src/language/zh_CN/app.po` (+4 -0) 📝 `app/src/language/zh_TW/app.po` (+4 -0) 📝 `app/src/views/preference/components/ExternalNotify/index.ts` (+2 -0) ➕ `app/src/views/preference/components/ExternalNotify/ntfy.ts` (+46 -0) ➕ `internal/notification/ntfy.go` (+129 -0) </details> ### 📄 Description feat(notification): add support for Ntfy - Implement Ntfy external notifier in Go - Add Ntfy configuration component in Vue - Update language files with Ntfy translations- Register Ntfy notifier in the main application Page effect: ![ntfy通知01](https://github.com/user-attachments/assets/62fea6fe-f29e-41e7-9acb-8e7d115a724c) ![ntfy通知02](https://github.com/user-attachments/assets/ec41a824-94a3-46b4-9943-433b757a95af) ![result](https://github.com/user-attachments/assets/4dc2e24e-f1ae-4767-b931-6305905f7b73) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:58 +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/nginx-ui#1250
No description provided.