You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
internal | 2 years ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago |
README.md
esbot
Build
docker build -t esbot .
docker save esbot | bzip2 | pv | ssh servername 'bunzip2 | docker load'
Usage
INSECURE_TLS=no \
BASE_URL=https://matrix.server.com \
LISTEN_ADDR=0.0.0.0:8888 \
ACCESS_TOKEN=hackme \
VERBS_FILE=verbs.csv \
MATRIX_USER=@esbot:server.com \
go run .
Licence
MIT