0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-11 14:11:21 +00:00
crazy-max_diun/docs/notif/rocketchat.md
CrazyMax db2bce3bb3
Docs website with mkdocs ()
* Fix build workflow

* Docs website with mkdocs ()

* Fix docs workflow

* Move mkdocs Docker file

* Ignore docs in build workflow

* Update workflows

* Update links

* Move upgrade notes to documentation

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-19 22:47:17 +00:00

1.2 KiB

Rocket.Chat notifications

Allow to send notifications to your Rocket.Chat channel.

Configuration

!!! example "File" yaml notif: rocketchat: endpoint: http://rocket.foo.com:3000 channel: "#general" userID: abcdEFGH012345678 token: Token123456 timeout: 10s

!!! abstract "Environment variables" * DIUN_NOTIF_ROCKETCHAT_ENDPOINT * DIUN_NOTIF_ROCKETCHAT_CHANNEL * DIUN_NOTIF_ROCKETCHAT_USERID * DIUN_NOTIF_ROCKETCHAT_TOKEN * DIUN_NOTIF_ROCKETCHAT_TIMEOUT

Name Default Description
endpoint1 Rocket.Chat base URL
channel1 Channel name with the prefix in front of it
userID1 User ID
token1 Authentication token
timeout 10s Timeout specifies a time limit for the request to be made

!!! warning You must first create a Personal Access Token through your account settings on your Rocket.Chat instance.

Sample


  1. Value required ↩︎