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.
|
3 years ago | |
---|---|---|
.dockerignore | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 3 years ago | |
config.json.example | 3 years ago | |
entrypoint.sh | 3 years ago | |
kiwiirc.conf.example | 3 years ago | |
nodice.patch | 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