irkerd is a specialized write-only IRC client
100K+
irkerd is a specialized IRC client that runs as a daemon, allowing other programs to ship IRC notifications by sending JSON objects to a listening socket.
docker run --name irkerd --rm -d -p 6659:6659 ajoergensen/irkerd
Now configure Gitlab to use the irker gateway
LISTEN_ADDR: IP address for irkerd to listen on. Defaults to 0.0.0.0 - Only relevant if container is running with --net hostLOG_LEVEL: Sets the log level of irkerd; possible values are critical, error, warning, info, debug. Defaults to info.Debug and traffic logging is done to stdout and can be viewed using docker logs -f irkerd
Content type
Image
Digest
sha256:0e6a42ab2…
Size
31.6 MB
Last updated
over 1 year ago
docker pull ajoergensen/irkerd