Notifier application #3

Open
opened 2022-12-02 06:49:43 +02:00 by tudor.stanciu · 0 comments

Purpose

HomeLab components will be able to send notifications through it, similar to UptimeKuma. The first type of notification will be Discord because UptimeKuma already sends me notifications in this place.

Later, Notifier will be able to send notifications in various other platforms (Messenger, etc.). The input to it will be something of the form:

{
"Source": "AppX",
"To:": "UserT",
"Channel": "Discord",
"Title": "Unexpected error in AppX",
"Message": "*********************"
}
### Purpose HomeLab components will be able to send notifications through it, similar to [UptimeKuma](https://toodle.ddns.net/uptime-kuma/). The first type of notification will be [Discord](https://discord.com/) because UptimeKuma already sends me notifications in this place. Later, Notifier will be able to send notifications in various other platforms (Messenger, etc.). The input to it will be something of the form: ``` { "Source": "AppX", "To:": "UserT", "Channel": "Discord", "Title": "Unexpected error in AppX", "Message": "*********************" } ```
tudor.stanciu added the
enhancement
label 2022-12-02 06:49:43 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: toodle/home-lab#3
There is no content yet.