23.47.2 • Published 1 year ago

@digital-alchemy/gotify v23.47.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@digital-alchemy/gotify

Basic Typescript friendly bindings for Gotify notifications.

Example configuration

[libs.gotify]
  BASE_URL=<base_url>
  TOKEN=<client_token>

; local channel name = <relevant application token>
[libs.gotify.CHANNEL_MAPPING]
  experiments=<application_token>
  reminders=<application_token>
  automation=<application_token>
  security=<application_token>

Example Usage

See notification-tester