-
Notifications
You must be signed in to change notification settings - Fork 2
Notifications
Erik Gärtner edited this page Sep 11, 2018
·
1 revision
Hyperdock supports external notifications sent by the Supervisor.
To enable Slack notifications you need to create an "Slack app" in the API console as to get an authentication token. You can also use legacy tokens but these are not recommended by Slack, read more about Slack apps here.
Once you have an authenticated Slack app set the two following environment variables for the Supervisor:
SLACK_API_TOKEN
-
SLACK_RECIPIENT
- The channel id/name or user id that shall receive the notifications.
To receive Pushover notifications you need to create a Pushover account and install their app on your phone.
Then simply set these two environment variables for the Supervisor.
PUSHOVER_API_TOKEN
-
PUSHOVER_USER_KEY
- The user or group to receive the notifications.