Skip to content

manishlad/rpi-znc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZNC IRC bouncer within a Docker container

This has been created so it can be run on a Raspberry Pi but should also run on x86.

Docker Image

Download from Docker Hub

docker pull manishlad/rpi-znc

Or compile locally

docker build -t manishlad/rpi-znc .

Prepare config file

mkdir -p $HOME/znc/configs

Create a znc.conf file or use the template config from the source repository

Run

docker run -d -v $HOME/znc:/home/znc/.znc -p 12345:12345 manishlad/rpi-znc

ZNC Configuration

  • Visit http://<host>:12345
  • Default user/pass: admin/admin

About

ZNC IRC bouncer within a Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published