Name subject to change
Find a file
2025-11-23 20:37:50 +01:00
config.go initial 2025-11-23 20:35:21 +01:00
go.mod initial 2025-11-23 20:35:21 +01:00
go.sum initial 2025-11-23 20:35:21 +01:00
main.go initial 2025-11-23 20:35:21 +01:00
nostr.go initial 2025-11-23 20:35:21 +01:00
parser.go initial 2025-11-23 20:35:21 +01:00
README.md nostr 2025-11-23 20:37:50 +01:00
server.go initial 2025-11-23 20:35:21 +01:00
types.go initial 2025-11-23 20:35:21 +01:00

alertmanager-nostr-bridge

Setup a webhook to forward Grafana alerts to Nostr

Usage of ./alertmanager-nostr-bridge: -npub string Bech32-encoded npub of the account who will receive notifications. Can be set through NOSTR_NPUB env. You can also set a by alert target by setting the "npub" label on the alert properties. -nsec string Path to file containing bech32-encoded nsec. Can be set through NOSTR_NSEC_FILE env or generated on first run -port int HTTP listen port. Defaults to 49160/TCP. Can be set through WEBHOOK_PORT env (default 49160) -relays string Comma separated list of relays you want to send your notifications to. Can be set through NOSTR_RELAYS env.