public
Description: BitTorrent Tracker with upload & browsing, written on the 25th Chaos Communication Congress
Homepage:
Clone URL: git://github.com/astro/chaosbay.git
name age message
file .gitignore Tue Feb 03 17:06:26 -0800 2009 .gitignore [Astro]
file LICENSE Sat Jan 03 05:44:30 -0800 2009 add AGPL LICENSE [Astro]
file Makefile Sat Dec 27 09:32:50 -0800 2008 hello world [Astro]
file README Tue Apr 07 01:19:45 -0700 2009 README: mochiweb [Astro]
file TODO Wed Feb 04 09:58:04 -0800 2009 TODO update [Astro]
directory doc/ Fri Jan 02 09:10:08 -0800 2009 doc/.empty & ebin/.empty [Astro]
directory ebin/ Fri Jan 02 09:10:08 -0800 2009 doc/.empty & ebin/.empty [Astro]
directory include/ Loading commit data...
directory priv/
directory src/
file start-dev.sh
file start.sh Fri Jan 02 09:42:09 -0800 2009 start scripts: use supplied shell parameters [Astro]
directory support/ Sat Dec 27 09:32:50 -0800 2008 hello world [Astro]
README
Doesn't require OpenTracker anymore, tracker data is being kept in Mnesia now.


You will need MochiWeb from: http://code.google.com/p/mochiweb/
Bind address and port may be specified by environment variables MOCHIWEB_IP and
MOCHIWEB_PORT.

To configure, run:

application:set_env(chaosbay, http_base, "http://...").
torrent:reset_tracker_urls().