Docker container that powered chat.jerryaldrichiii.com (back when I ran an IRC server)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jerry Aldrich ddf46e8989 Modify default message style 3 years ago
.dockerignore Initial commit 3 years ago
.gitignore Initial commit 3 years ago
Dockerfile Initial commit 3 years ago
README.md Initial commit 3 years ago
config.json.example Modify default message style 3 years ago
entrypoint.sh Use monospace font by default 3 years ago
kiwiirc.conf.example Initial commit 3 years ago
nodice.patch Initial commit 3 years ago

README.md

Kiwi IRC

How to run

Create a config.json:

https://github.com/kiwiirc/kiwiirc/blob/master/static/config.json

Create a kiwiirc.conf:

https://github.com/kiwiirc/webircgateway/blob/master/config.conf.example

Alternatively, you could copy the example files in this repo

Run the following:

docker run -it --rm \
               -p 8080:8080 \
               -v $PWD/kiwiirc.conf:/bootstrap/kiwiirc.conf \
               -v $PWD/config.json:/bootstrap/config.json \
               jerryaldrichiii/kiwiirc:latest