Skip to content

Gotify

URL Format

gotify://host:port/path/token

URL Fields

  • Host - Server hostname (and optionally port) (Required)
    URL part: gotify://host:port/path/token
  • Path - Server subpath
    Default: empty
    URL part: gotify://host:port/path/token
  • Token - Application token (Required)
    URL part: gotify://host:port/path/token

Query/Param Props

Props can be supplied through URL query params: ?key=value&key=value etc.

  • DisableTLS
    Default: ❌ No

  • Priority
    Default: 0

Examples

Common usage

gotify://gotify.example.com:443/AzyoeNS.D4iJLVa/?priority=1

With subpath

gotify://example.com:443/path/to/gotify/AzyoeNS.D4iJLVa/?priority=0

Released under the MIT License