ratbox docker for local irc dev
Go to file
2023-08-21 19:14:15 -04:00
Dockerfile Initial commit 2023-08-21 19:14:15 -04:00
ircd-ratbox-3.0.10.tar.bz2 Initial commit 2023-08-21 19:14:15 -04:00
ircd.conf Initial commit 2023-08-21 19:14:15 -04:00
README.md Initial commit 2023-08-21 19:14:15 -04:00

ircd-ratbox Docker

Dockerized ratbox for development only.

The configuration is barely functional and a lot of shit is probably insecure, but will be good enough to do some local development of IRC related shit.

Usage

docker build -t ircd-ratbox .
docker run -d -p 6667:6667 ircd-ratbox:latest