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.
 
 

22 lines
671 B

# Kiwi IRC
## How to run
Create a config.json:
[https://github.com/kiwiirc/kiwiirc/blob/master/static/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](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
```