Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Latest commit

 

History

History

gotify

@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