Skip to content

Notifications

gmt2001 edited this page Jul 6, 2020 · 16 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 \
  gmt2001/ouroboros -N 'mailtos://myUsername:myPassword@gmail.com?to=receivingAddress@gmail.com'\ 
  'jsons://webhook.site/something'

Sample integrations

Some examples:

  • Email
  • Webhooks
  • Discord
  • Pushover

More Integrations

See all notification integrations supported by apprise

Startup notifications

If notifications are enabled, all notification platforms will be fired with a body stating that ouroboros has started with the current time set in the container and the timestamp of when ouroboros will next check for updates.

Clone this wiki locally