Setting up Maubot: Difference between revisions
formatting and added the plugins we are using |
|||
Line 30: | Line 30: | ||
<pre> | <pre> | ||
#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 | |||
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 | ||