Skip to content

Notifications

Caleb Lemoine edited this page Jan 26, 2019 · 15 revisions

Ouroboros uses apprise to support a large variety of notification platforms.

Example email/webhook usage with ouroboros:

docker run -d --name ouroboros \
  -v /var/run/docker.sock:/var/run/docker.sock \
  pyouroboros/ouroboros -N 'mailtos://myUsername:[email protected][email protected]'\ 
  'jsons://webhook.site/something

Currently supported by apprise:

  • Email
  • Webhooks
    • JSON
    • XML
  • Boxcar
  • Discord
  • Emby
  • Faast
  • Growl
  • IFTTT
  • Join
  • Kodi
  • Prowl
  • Pushalot
  • PushBullet
  • Pushjet
  • Pushover
  • Rocket.chat
  • Slack
  • Stride
  • Telegram
  • Twitter
  • XBMC
  • Windows Notifications
Clone this wiki locally