Sign inSign up

freakybytes/errbot

By freakybytes

•Updated over 8 years ago

Errbot is a chatbot, a daemon that connects to your favorite chat service

Image
0

2.5K

freakybytes/errbot repository overview

⁠ErrBot Docker

This repository provides a Docker image to run the ErrBot⁠ chat bot.

⁠Volumes

All files related to ErrBot are stored under /err, which is the home directory of the user err. It is adviced to mount at least /err/data as volume to persist the configuration and state of your plugins. To provide an own config.py mount /err/config.py as volume as well.

docker run -v /tmp/err-data:/err/data -e "[email protected]" -e "ERR_PASSWORD=test1234" freakybytes/errbot

⁠Environment Variables

ParameterDescriptionDefault
ERR_BACKENDBackend used by Err.XMPP
ERR_DATA_DIRData directory/err/data
ERR_LOG_LEVELPython log level. debug, info, warning, error, fatal, criticalinfo
ERR_USERNAMEErr identity usernameEmpty
ERR_PASSWORDErr identity passwordEmpty
ERR_TOKENErr identity token for HipChat, Slack, Telegram, etc.Empty
ERR_ENDPOINTEndpoint of a selfhosted HipChat instancehttps://api.hipchat.com
ERR_ADMINSComma separated list of usernames with admin priviledgesEmpty
ERR_CHATROOMSComma separated list of chatrooms to join on startupEmpty
ERR_DISABLE_XMPP_CERT_CHECKDisables the certificate validation for XMPP connections if set to truefalse

Tag summary

Content type

Image

Digest

Size

282.1 MB

Last updated

over 8 years ago

docker pull freakybytes/errbot