Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.46 KB

File metadata and controls

47 lines (29 loc) · 1.46 KB

IRCGram++ is a complexly simple Telegram <-> IRC Gateway

IRCGram++

Docker image for ircgrampp

This container is based on the beta version v0.1.9. This version is beta.

Eviroment vars

  • ONLY To start a single bridge, see --only option
  • DEBUG Debug options, by default: bridge,session
  • EXTRAPARAMS Pase extra params to ircgrampp command

Volumes

  • /data For write-access data, like the channel information cache
  • /config Config files

Setting config

You only need to set the config directory and run the config commnad in interactive mode to use the wizard:

$ docker run -it -v ./config:/confg botmasters/ircgrampp config

Important: Not change the user or group options, this must case problems.

Setting up

Whit the finished configuration to run the server only need type:

$ docker run -v ./config:/config -v ./data:/data botmasters/ircgrampp

Source and bug reports:

Support