tbox Time
First time, run
cd ~/hyperdata/tbox # my local dir
./rebuild-start.sh
sudo systemctl stop tbox
cd ~/hyperdata/tbox # my local dir
docker-compose down
docker-compose up -d
Wait a bit...
ssh root@localhost -p 2222
It may grumble about certs. Do the keygen command it suggests and login again.
Then password is semem
cd /home/projects/tia/dogbot/
./start-dogbot.sh
● To join the "shed" chat room from your local XMPP client, you'll need to use the following details:
- Room Address: shed@conference.xmpp
- Server Address: Use your localhost or the IP where Docker is running
- Port: 5222 (standard XMPP port)
Here are the detailed steps for popular XMPP clients:
Using Pidgin/Adium/Gajim:
- Configure your XMPP account (if you haven't already): - Username: Create any username (e.g., "user") - Domain: xmpp or localhost - Password: Set any password - Server: localhost (or your Docker host IP) - Port: 5222 - Security: Check "Allow plain text authentication" and "Allow invalid/self-signed certificates"
- Join the MUC (Multi-User Chat) room: - Room: shed - Server: conference.xmpp - Nickname: Choose any name
Using a Command Line Client like Profanity:
/connect localhost 5222 username password /join shed@conference.xmpp
For most XMPP clients:
Use the room JID: shed@conference.xmpp Server: localhost:5222