Skip to content

Bark

Upstream docs: https://github.com/Finb/Bark

URL Format

bark://[devicekey@]host[/path/]

URL Fields

  • DeviceKey - The key for each device (Required)
    URL part: bark://:devicekey@host/path/
  • Host - Server hostname and port (Required)
    URL part: bark://:devicekey@host/path/
  • Path - Server path
    Default: /
    URL part: bark://:devicekey@host/path/

Query/Param Props

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

  • Badge - The number displayed next to App icon
    Default: 0

  • Category - Reserved field, no use yet
    Default: empty

  • Copy - The value to be copied
    Default: empty

  • Group - The group of the notification
    Default: empty

  • Icon - An url to the icon, available only on iOS 15 or later
    Default: empty

  • Scheme - Server protocol, http or https
    Default: https

  • Sound - Value from https://github.com/Finb/Bark/tree/master/Sounds
    Default: empty

Released under the MIT License