Skip to content

Simple and good-looking IRC log viewer, courtesy of @whitequark.

License

Notifications You must be signed in to change notification settings

TicClick/redeye

 
 

Repository files navigation

redeye

redeye is a fork of whitequark's irclogger tailored to irc.ppy.sh. refer to the original repository for README and technical details.

setup

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.

update

docker exec -it containerid /bin/bash
git pull
bundle install --deployment
sudo -iu irclog
service irclogger-logger restart && service irclogger-viewer restart

About

Simple and good-looking IRC log viewer, courtesy of @whitequark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 50.8%
  • JavaScript 13.2%
  • Haml 12.1%
  • Sass 10.2%
  • Shell 7.5%
  • Dockerfile 6.2%