Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

Viewing file on branch master

1# Matrix
2
3- Status: ???
4- Maintainers: ???
5- Features: ???
6
7> [!WARNING]
8> **Create a dedicated user first. It will not relay messages from yourself if you use your account**
9
10## Configuration
11
12**Basic configuration example:**
13
14```toml
15[nctalk.cloud]
16RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
17Server="https://example.com/nextcloud"
18Login="YourBotUsernameHere"
19Password="YourBotPasswordHere"
20```