Created Nextcloud Talk (basic) (markdown)

Gary Kim 2020-07-29 10:06:43 +08:00
parent f647f409be
commit 5c73775dba

13
Nextcloud-Talk-(basic).md Normal file

@ -0,0 +1,13 @@
:warning:
**Create a dedicated user (a new account specifically for the bot) first.
It will not relay messages from yourself if you use your account**
```toml
[nctalk.cloud]
# The location of your Nextcloud instance with Talk installed
Server="https://example.com"
Login="YourBotUsernameHere"
Password="YourBotPasswordHere"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```