GithubHelp home page GithubHelp logo

marioaugustorama / opentracker-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lednerb/opentracker-docker

0.0 1.0 0.0 10 KB

Easy, customizable & small docker image for the opentracker project.

Home Page: https://hub.docker.com/r/lednerb/opentracker-docker/

License: MIT License

opentracker-docker's Introduction

opentracker-docker

Docker Pulls Docker Stars license Open Source Love

With this repo you can easily run your own instance of the opentracker for bitorrent.

How to run an open opentracker

If you want to run a complete open tracker, just pull the docker image and start up a container:

docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker

This will bind the port 6969 to the docker container (UDP and TCP) and you're good to go.

How to run a customized opentracker instance

If you want to config your opentracker instance, just download or git clone the github repository and edit the opentracker.conf file.

Now you have to build your own image as follows:

  1. Edit and save the opentracker.conf file
  2. Open a terminal and cd into the project folder
  3. Run docker build -t yourfancyname/opentracker .

After building the docker image successfully you can start up a container:

docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 yourfancyname/opentracker

How to whitelist your opentracker torrents

If you solely want to run the opentracker instance for specific torrents you have to whitelist them.

Follow these steps to whitelist your .torrent files:

  1. Download or git clone the github repository
  2. Open the whitelist.txt file in your favorite editor
  3. Copy & Paste your torrent info_hashes into the file
  4. Uncomment line 37 in the opentracker.conf
  5. Open a terminal and cd into the project folder
  6. Run docker build -t yourfancyname/opentracker .

Example whitelist.txt:

0123456789abcdef0123456789abcdef01234567
890123456789abcdef0123456789abcdef012345

After the docker image was successfully built you can start a new container:

docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 yourfancyname/opentracker

How to blacklist some torrents

Just follow the steps from obove but paste the info_hashes into the blacklist.txt file and uncomment line 41 in the opentracker.conf file.

Thanks & Donations

Best wishes to the creators of opentracker! opentracker is beerware so feel free to donate those guys a drink ;-)

opentracker-docker's People

Contributors

lednerb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.