Sign inSign up

newtype87/ircstack

By newtype87

Updated almost 9 years ago

ZNC + znc-palaver + bitlbee + bitlbee-facebook

Image
0

713

newtype87/ircstack repository overview

IRCSTACK

What's inside

How to make it running

ZNC runs inside container on port 16669 (modern browsers prevent connections to the standard irc ports as security measure). All changin vatiable user data is being kept in /var/ircstack. That's the perfected candidate for being used as docker volume. Default credentials to ZNC are admin:admin. It's user responsibility to change it as soon as possible.

docker pull newtype87/ircstack
docker volume create --name ircstack-data
docker run --name ircstack -p 16669:16669  -v  ircstack-data:/var/ircstack newtype87/ircstack

How to disable Bitlbee

docker run --name ircstack -p 16669:16669 \
 -e 'DISABLE_BITLBEE=true' \
 -v  ircstack-data:/var/ircstack newtype87/ircstack

Tag summary

Content type

Image

Digest

Size

276.5 MB

Last updated

almost 9 years ago

docker pull newtype87/ircstack