dockerized matrix-appserivice-irc
698
based on node 6-slim
copy and edit the example config https://github.com/matrix-org/matrix-appservice-irc/blob/master/config.sample.yaml
run the server once for registration
docker run -it --rm -v path/to/config:/irc-config.yaml bara/matrix-appserice-irc -r -f irc_registration_file.yaml -u "http://where.the.appservice.listens:9999" -c /irc-config.yaml -l my_bot
run the server without register option but with port
docker run -it --rm -v path/to/config:/irc-config.yaml bara/matrix-appserice-irc -f irc_registration_file.yaml -c /irc-config.yaml -l my_bot -p 9999
Content type
Image
Digest
Size
117.5 MB
Last updated
almost 10 years ago
docker pull bara/matrix-appservice-irc