Skip to content

Pontusfa/yatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yatt

Yatt is Yet Another Torrent Tracker web page built using javascript with node.js.
It is intended as a learning project only and is as such probably not suitable for use in the wild.
config.json contains information that should be kept secret from the outside world. Don't give it away.

To use:

  • install and setup a mongodb server
  • install node.js/npm
  • clone this repo
  • create a SSL certificate and save it in sslcert/
  • modify config.json accordingly
  • cd to this repo's root folder and do $npm start