Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 29, 2020
1 parent aa03898 commit 4787b1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/notif/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Allow to send notifications to your Matrix server.

| Name | Default | Description |
|-----------------------|------------------------|-------------------|
| `homeserverURL`[^1] | `https://matrix.org` | Matrix server URL |
| `homeserverURL` | `https://matrix.org` | Matrix server URL |
| `user` | | Username for authentication |
| `userFile` | | Use content of secret file as username authentication if `username` not defined |
| `password` | | Password for authentication |
| `passwordFile` | | Use content of secret file as password authentication if `password` not defined |
| `roomID`[^1] | | Room ID to send messages |
| `roomID` | | Room ID to send messages |

!!! abstract "Environment variables"
* `DIUN_NOTIF_MATRIX_HOMESERVERURL`
Expand All @@ -34,5 +34,3 @@ Allow to send notifications to your Matrix server.
## Sample

![](../assets/notif/matrix.png)

[^1]: Value required

0 comments on commit 4787b1c

Please sign in to comment.