Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

docker image containing ZNC and bitlbee with some additional plugins

Notifications You must be signed in to change notification settings

n3wtype/ircstack

Open more actions menu

Repository files navigation

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

About

docker image containing ZNC and bitlbee with some additional plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.