Project

redbeard

0.0
No commit activity in last 3 years
No release in over 3 years
A BitTorrent tracker.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Redbeard

A BitTorrent tracker ruby gem.

Build Status Gem Version

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.