{"id":13844826,"url":"https://github.com/hanxi/aria2-bt-tracker","last_synced_at":"2025-08-22T07:08:57.035Z","repository":{"id":142789158,"uuid":"152024381","full_name":"hanxi/aria2-bt-tracker","owner":"hanxi","description":"auto update aria2 bt-tracker","archived":false,"fork":false,"pushed_at":"2018-10-08T09:39:55.000Z","size":8,"stargazers_count":36,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T19:06:40.885Z","etag":null,"topics":["aria2","bittorrent","btrackers","crontab","dockerfile","jsonrpc","shell-scripts","trackers","tracklist"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/hanxi.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}},"created_at":"2018-10-08T05:44:03.000Z","updated_at":"2023-12-11T13:38:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"faa4f078-b151-408e-b553-e11491a8b016","html_url":"https://github.com/hanxi/aria2-bt-tracker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanxi%2Faria2-bt-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanxi%2Faria2-bt-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanxi%2Faria2-bt-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanxi%2Faria2-bt-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanxi","download_url":"https://codeload.github.com/hanxi/aria2-bt-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048712,"owners_count":21204305,"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":["aria2","bittorrent","btrackers","crontab","dockerfile","jsonrpc","shell-scripts","trackers","tracklist"],"created_at":"2024-08-04T17:02:58.400Z","updated_at":"2025-04-15T09:52:21.372Z","avatar_url":"https://github.com/hanxi.png","language":"Shell","funding_links":[],"categories":["Shell (473)","Shell"],"sub_categories":[],"readme":"# aria2-bt-tracker\n\nAuto update aria2 bt-tracker from [ngosang/trackerslist](https://github.com/ngosang/trackerslist).\nThanks [asmoker/btrackers-postman](https://github.com/asmoker/btrackers-postman).\n\n## Usage\n\nUse [wahyd4/aria2-ui](https://github.com/wahyd4/aria2-ariang-docker) for aria2, and use docker-compose link theirs.\n\nThis is a sample `docker-compose.yml`:\n\n```\nversion: '2'\n\nservices:\n  aria2:\n    image: wahyd4/aria2-ui\n    ports:\n      - \"8000:80\"\n      - \"443:443\"\n      - \"6800:6800\"\n    volumes:\n      - /data:/data:rw\n    environment:\n      - DOMAIN=:80\n      # - SSL=true\n      - RPC_SECRET=HelloWorld\n      - ARIA2_USER=admin\n      - ARIA2_PWD=12345678\n      - ENABLE_AUTH=true\n    restart: always\n  bt-tracker:\n    container_name: bt-tracker\n    image: hanxi/aria2-bt-tracker\n    environment:\n      - ARIA2_URL=http://aria2:6800/jsonrpc\n      - ARIA2_TOKEN=HelloWorld\n      - TRACKER_URL=https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt\n    links:\n      - aria2:aria2\n    logging:\n      driver: \"json-file\"\n      options:\n        max-size: \"1m\"\n    restart: always\n```\n\n### Start docker-compose\n\n```\ndocker-compose up -d\n```\n\n## Build own image\n\n```\ndocker build -t aria2-bt-tracker .\n```\n\n## Support Docker env\n\n- ARIA2_URL for aria2 jsonrpc url\n- ARIA2_TOKEN for aria2 token\n- TRACKER_URL for tracker url, default is [trackers_best](https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt)\n\n## Who Use\n\n- [hanxi/media-server-docker-compose](https://github.com/hanxi/media-server-docker-compose)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanxi%2Faria2-bt-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanxi%2Faria2-bt-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanxi%2Faria2-bt-tracker/lists"}