{"id":20993042,"url":"https://github.com/lednerb/opentracker-docker","last_synced_at":"2025-12-27T16:04:05.202Z","repository":{"id":90299387,"uuid":"62716152","full_name":"Lednerb/opentracker-docker","owner":"Lednerb","description":"Easy, customizable \u0026 small docker image for the opentracker project.","archived":false,"fork":false,"pushed_at":"2017-10-02T19:19:43.000Z","size":10,"stargazers_count":66,"open_issues_count":3,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-20T08:35:03.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/lednerb/opentracker-docker/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lednerb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-06T11:32:42.000Z","updated_at":"2024-12-21T02:01:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e358b56-1d60-42ed-9163-c7a8d27406f9","html_url":"https://github.com/Lednerb/opentracker-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lednerb%2Fopentracker-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lednerb%2Fopentracker-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lednerb%2Fopentracker-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lednerb%2Fopentracker-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lednerb","download_url":"https://codeload.github.com/Lednerb/opentracker-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243404205,"owners_count":20285528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T07:13:33.720Z","updated_at":"2025-12-27T16:04:05.139Z","avatar_url":"https://github.com/Lednerb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# opentracker-docker \n[![Docker Pulls](https://img.shields.io/docker/pulls/lednerb/opentracker-docker.svg?maxAge=2592000\u0026style=flat-square)](https://hub.docker.com/r/lednerb/opentracker-docker/) [![Docker Stars](https://img.shields.io/docker/stars/lednerb/opentracker-docker.svg?maxAge=2592000\u0026style=flat-square)](https://hub.docker.com/r/lednerb/opentracker-docker/)  [![license](https://img.shields.io/github/license/lednerb/opentracker-docker.svg?maxAge=2592000\u0026style=flat-square)](https://github.com/Lednerb/opentracker-docker/blob/master/LICENSE) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/)\n\n\nWith this repo you can easily run your own instance of the opentracker for bitorrent.\n\n## How to run an _open_ opentracker\nIf you want to run a complete open tracker, just pull the docker image and start up a container:\n\n`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 lednerb/opentracker-docker`\n\nThis will bind the port `6969` to the docker container (UDP and TCP) and you're good to go.\n\n\n## How to run a _customized_ opentracker instance\n\nIf you want to config your opentracker instance, just download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/) and edit the `opentracker.conf` file.\n\nNow you have to build your own image as follows:\n 1. Edit and save the `opentracker.conf` file\n 2. Open a terminal and `cd` into the project folder\n 3. Run `docker build -t yourfancyname/opentracker .`\n\nAfter building the docker image successfully you can start up a container:\n\n`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 yourfancyname/opentracker`\n\n\n## How to whitelist your opentracker torrents\nIf you solely want to run the opentracker instance for specific torrents you have to whitelist them.\n\nFollow these steps to whitelist your .torrent files:\n 1. Download or `git clone` the [github repository](https://github.com/Lednerb/opentracker-docker/)\n 2. Open the `whitelist.txt` file in your favorite editor\n 3. Copy \u0026 Paste your torrent `info_hashes` into the file\n 4. Uncomment line 37 in the `opentracker.conf`\n 5. Open a terminal and `cd` into the project folder\n 6. Run `docker build -t yourfancyname/opentracker .`\n \nExample whitelist.txt:\n```\n0123456789abcdef0123456789abcdef01234567\n890123456789abcdef0123456789abcdef012345\n```\n\nAfter the docker image was successfully built you can start a new container:\n\n`docker run -d --name opentracker -p 6969:6969/udp -p 6969:6969 yourfancyname/opentracker`\n\n## How to blacklist some torrents\nJust follow the steps from obove but paste the `info_hashes` into the `blacklist.txt` file and uncomment line 41 in the `opentracker.conf` file.\n\n## Thanks \u0026 Donations\n[Best wishes to the creators of opentracker!](http://erdgeist.org/arts/software/opentracker/)\nopentracker is _beerware_ so feel free to donate those guys a drink ;-)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flednerb%2Fopentracker-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flednerb%2Fopentracker-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flednerb%2Fopentracker-docker/lists"}