Added Markdown manpages

This commit is contained in:
Jeremy 2022-07-29 06:20:51 +12:00
parent 90b8004da6
commit e74a9186e5
4 changed files with 172 additions and 0 deletions

60
doc/matrix-send.conf.5.md Normal file
View file

@ -0,0 +1,60 @@
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