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

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'

Sample integrations

Some examples:

  • Email
  • Webhooks
  • Discord
  • Pushover

More Integrations

See all notification integrations supported by apprise

Clone this wiki locally