Viewing file on branch master
| / | docs | protocols | nctalk | README.md |
| 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] |
| 16 | RemoteNickFormat="[{PROTOCOL}] <{NICK}> " |
| 17 | Server="https://example.com/nextcloud" |
| 18 | Login="YourBotUsernameHere" |
| 19 | Password="YourBotPasswordHere" |
| 20 | ``` |