public
Description: BitTorrent Tracker with upload & browsing, written on the 25th Chaos Communication Congress
Homepage:
Clone URL: git://github.com/astro/chaosbay.git
astro (author)
Sat Aug 15 09:33:00 -0700 2009
commit  c47ad9100c32b72b7882afdcf46072fb23701606
tree    5fa7cd6d1d38f2b65af78dd4e85feebacde12613
parent  73983a15d503948a178b606e090b6a357665aac2
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/ Thu Aug 13 10:37:56 -0700 2009 search interface [astro]
directory priv/ Thu Aug 13 10:37:56 -0700 2009 search interface [astro]
directory src/ Loading commit data...
file start-dev.sh Mon Aug 10 16:01:17 -0700 2009 split torrent meta & data tables [astro]
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().