redeye is a fork of whitequark's irclogger tailored to irc.ppy.sh
. refer to the original repository for README and technical details.
git clone https://github.com/TicClick/redeye
./setup.sh -u osu_username -p osu_password -d your.domain
to set up nginx on the host machine, refer to config/nginx-external.conf.example
.
docker exec -it containerid /bin/bash
git pull
bundle install --deployment
sudo -iu irclog
service irclogger-logger restart && service irclogger-viewer restart