code:vxmppb:install:docker [VFWiki]

User Tools

Site Tools


code:vxmppb:install:docker

How To Install vXMPPb using Docker

..


I say this script has SMS on the NPM page. I achieve this using a great service called Cheogram. Check them out! 😁 Message me on xmpp for a free month!

How To Configure vXMPPb

Download Template

mkdir -p ~/.config/vxmppb
wget https://git.vanderwarker.family/vxmppb/vxmppb/raw/branch/main/config.ini.dist -O ~/.config/vxmppb/config.ini

Edit Details

nano ~/.config/vxmppb/config.ini

General Bot Configuration

You're done!!!

Now, RUN!

This will pull the latest image from Dockerhub if you don't already have it.

docker run -it --name vxmppb --volume ~/.config/vxmppb/config.ini:/usr/src/app/config.ini vxmppb/vxmppb

Once it's successfully booted, use
CTRL+p then CTRL+q to detach 1)

To check logs at a later time, simple type

docker attach vxmppb
1)
put the docker process in the background
code/vxmppb/install/docker.txt · Last modified: 2022/11/03 22:37 by stephen