-
Notifications
You must be signed in to change notification settings - Fork 23
Notifications
Release v1.1.1 includes support for better notifications. The previous single webhook url in config.json
will be migrated over to the new standard once your container is upated.
There are currently four customizable notifications, live archive success
, video archive success
, error
and is live
. Each notification supports a distinct webhook url and template, each notification can also be enabled or disabled.
To edit the notifications visit Admin > Settings and click on the "notifications" button.
Within the drawer you will be able to modify each notification. Only webhook and Apprise (more information below) URLs are supported.
If you would like more than webhook support for notifications, you can setup an Apprise-API container. This will allow you to forward the Ganymede webhook to a large number of services which can be found at Apprise's Wiki.
To use Apprise, in Ganymede enter the following for the webhook URL: http://IP:PORT/notify/apprise
or https://apprise.domain.tld/notify/apprise
. Where apprise
is the configuration name you created.