Setting up Maubot: Difference between revisions

Sac1 (talk | contribs)
formatting and added the plugins we are using
Sac1 (talk | contribs)
Line 30: Line 30:


<pre>
<pre>
## Launch an interactive shell in the Maubot container
#Launch an interactive shell in the Maubot container
sudo docker exec -it matrix-bot-maubot /bin/sh
sudo docker exec -it matrix-bot-maubot /bin/sh


== You must login before authenticating ==
#You must login before authenticating  
mbc login -u user -s "https://matrix.irregularchat.com" -a homeserver -p passwordHERE
mbc login -u user -s "https://matrix.irregularchat.com" -a homeserver -p passwordHERE