[PR #404] [MERGED] Ntfy as Alerter #733

Closed
opened 2025-10-31 15:20:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/404
Author: @GFXSpeed
Created: 4/10/2025
Status: Merged
Merged: 4/12/2025
Merged by: @mbecker20

Base: 1.17.1Head: main


📝 Commits (3)

📊 Changes

6 files changed (+233 additions, -1 deletions)

View changed files

📝 bin/core/src/alert/mod.rs (+6 -0)
bin/core/src/alert/ntfy.rs (+176 -0)
📝 client/core/rs/src/entities/alerter.rs (+28 -0)
📝 client/core/ts/src/types.ts (+9 -1)
📝 frontend/public/client/types.d.ts (+11 -0)
📝 frontend/src/components/resources/alerter/config/endpoint.tsx (+3 -0)

📄 Description

Adds ntfy as an Alerter

grafik

before with custom alerter / after
grafik


🔄 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/moghtech/komodo/pull/404 **Author:** [@GFXSpeed](https://github.com/GFXSpeed) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/12/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `1.17.1` ← **Head:** `main` --- ### 📝 Commits (3) - [`791cfd7`](https://github.com/moghtech/komodo/commit/791cfd7c1f9e3e672a24e7becce5d2c7bd9473e3) add ntfy alerter - [`cba31b0`](https://github.com/moghtech/komodo/commit/cba31b08be6c00d0d58c02f748e13ffecd37744f) add ntfy alerter - [`8a8d5a2`](https://github.com/moghtech/komodo/commit/8a8d5a23eada2c939b494dc41641d916d77bb5b5) add ntfy alerter ### 📊 Changes **6 files changed** (+233 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `bin/core/src/alert/mod.rs` (+6 -0) ➕ `bin/core/src/alert/ntfy.rs` (+176 -0) 📝 `client/core/rs/src/entities/alerter.rs` (+28 -0) 📝 `client/core/ts/src/types.ts` (+9 -1) 📝 `frontend/public/client/types.d.ts` (+11 -0) 📝 `frontend/src/components/resources/alerter/config/endpoint.tsx` (+3 -0) </details> ### 📄 Description Adds [ntfy](https://github.com/binwiederhier/ntfy) as an Alerter ![grafik](https://github.com/user-attachments/assets/fffef177-3cd8-49bc-a4a5-91dc70da5fdb) before with custom alerter / after ![grafik](https://github.com/user-attachments/assets/a0cfcf2d-bcb9-4991-8d5b-ceb0d64c0550) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:20:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#733