Skip to content

kaykayehnn/bittorrent-tracker-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bittorrent-tracker-rest

This is a simple wrapper around bittorrent-tracker which adds a REST API for accessing torrent seeders and leechers.

How to use

You can clone this repo and install dependencies, or you can use the provided Dockerfile to build a standalone image.

TL;DR

git clone https://github.com/kaykayehnn/bittorrent-tracker-rest
cd bittorrent-tracker-rest
yarn
yarn start

Environment variables

You can use the following variables to modify the configuration:

Variable Type Default Required
TRACKER_PORT port number 6969 no
API_PORT port number 8080 no

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published