Redbeard
A BitTorrent tracker ruby gem.
What is Redbeard?
Redbeard tracker is designed to be free, secure, easy to install, modify, configure and deploy. It can be used standalone or included in your own codebase for use as part of a rails app, indexing site, etc.
When used standalone, Redbeard uses Sinatra to handle HTTP.
All releases are signed with my PGP key.
Installation
gem install redbeard --no-ri --no-rdoc
Usage
To start the tracker, run:
redbeard
This starts the tracker with default settings:
- Listens on port 80.
- Logging disabled.
- Error dumps disabled.
Updates
gem update redbeard --no-ri --no-rdoc
Uninstallation
gem uninstall redbeard
License
This code is released under an MIT License. See LICENSE.md for the full license text.