Skip to content

baracoder/matrix-appservice-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

matrix-appservice-irc

based on node 6-slim

usage

  • 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
    

About

docker image for matrix-appservice-irc

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors