1.1 KiB
MATRIX-SEND.CONF(5) - File Formats Manual
NAME
matrix-send.conf - configuration file for matrix-send(1)
DESCRIPTION
matrix-send(1) sends messages to Matrix rooms. In order to send a message however, it needs credentials for the account sending the message. These credentials are provided in the matrix-send.conf configuration file, as well as other options if you need them.
The following directives are available:
-
Server server The Client-Server API URL for your Matrix server.
-
Username username Your Matrix username.
-
Password password The password to your Matrix account.
-
AccessToken token Instead of using a username and password to obtain an access token, just use token.
-
CacheLocation location Instead of caching access tokens to ~/.cache, cache them to location.
The following statements are available:
- NoCache Don't cache access tokens.
FILES
~/.config/matrix-send.conf
configuration file for matrix-send.conf
~/.cache/matrix-send/access-token
default access token cache file
SEE ALSO
matrix-send(1)
OpenBSD 7.1 - July 28, 2022