2025-02-11 20:09:29 +01:00
2025-02-09 09:47:10 +01:00
2025-02-08 22:29:21 +01:00
2025-02-10 23:59:41 +01:00
2025-02-10 23:59:41 +01:00
2025-02-08 22:25:34 +01:00
2025-02-10 23:59:41 +01:00
2025-02-09 09:47:10 +01:00
2025-02-09 09:47:10 +01:00
2025-02-10 23:59:41 +01:00
2025-02-11 20:09:29 +01:00

natstonotify

Small service which uses NATS to create notifications.

Usage

NAME:
   natstonotify - NATS-powered notification service

USAGE:
   natstonotify [global options] [command [command options]]

COMMANDS:
   server     Start the server
   notify, n  Send a notification
   help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h  show help

Message format

The services expects messages published to home2rjusnet.notifications.

The messages should contain the following as JSON.

type BusNotification struct {
	ID      uint32        `json:"id,omitempty"`
	Summary string        `json:"summary"`
	Body    string        `json:"body,omitempty"`
	Timeout time.Duration `json:"timeout,omitempty"`
}
Description
No description provided
Readme 46 KiB
Languages
Go 75.5%
Nix 24.5%