All Projects → hanxi → aria2-bt-tracker

hanxi / aria2-bt-tracker

Licence: MIT license
auto update aria2 bt-tracker

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to aria2-bt-tracker

btrackers-postman
btrackers-postman - BitTorrent Trackers Postman, fetch BitTorrent Trackers URL list from ngosang/trackerslist and post to your aria2 server via jsonrpc.
Stars: ✭ 13 (-62.86%)
Mutual labels:  bittorrent, crontab, aria2, trackers, jsonrpc, btrackers
Trackerslistcollection
🎈 Updated daily! A list of popular BitTorrent Trackers! / 每天更新!全网热门 BT Tracker 列表!
Stars: ✭ 9,761 (+27788.57%)
Mutual labels:  bittorrent, aria2, trackers
Motrix
A full-featured download manager.
Stars: ✭ 29,357 (+83777.14%)
Mutual labels:  bittorrent, aria2
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+3545.71%)
Mutual labels:  bittorrent, aria2
Aria2.js
JavaScript library for aria2, "The next generation download utility."
Stars: ✭ 471 (+1245.71%)
Mutual labels:  bittorrent, aria2
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (+2191.43%)
Mutual labels:  bittorrent, aria2
Trackerslist
Updated list of public BitTorrent trackers
Stars: ✭ 31,704 (+90482.86%)
Mutual labels:  bittorrent, trackers
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+405.71%)
Mutual labels:  bittorrent, trackers
threat-broadcast
威胁情报播报(停止运营)
Stars: ✭ 147 (+320%)
Mutual labels:  crontab
public
BitDust project source codes : official Public Git repository (mirror on GitHub) : https://bitdust.io
Stars: ✭ 19 (-45.71%)
Mutual labels:  jsonrpc
dhtrobot
A kademila DHT implement in go
Stars: ✭ 40 (+14.29%)
Mutual labels:  bittorrent
blocklists
An opinionated collection of blocklists for RethinkDNS.
Stars: ✭ 50 (+42.86%)
Mutual labels:  trackers
Shareaza
Shareaza is a peer-to-peer client for Windows that allows you to download any file-type found on several popular P2P networks.
Stars: ✭ 103 (+194.29%)
Mutual labels:  bittorrent
porla
A high performance BitTorrent client for servers and seedboxes.
Stars: ✭ 83 (+137.14%)
Mutual labels:  bittorrent
mad-torrent
Delphi bittorrent protocol implementation
Stars: ✭ 30 (-14.29%)
Mutual labels:  bittorrent
magnet2torrent
Turn a bittorrent magnet link into a .torrent file
Stars: ✭ 45 (+28.57%)
Mutual labels:  bittorrent
xxl-job-executor-go
xxl-job 执行器(golang 客户端)
Stars: ✭ 298 (+751.43%)
Mutual labels:  crontab
torrent-webseed-creator
Webseeded torrent creator using GitHub Actions
Stars: ✭ 54 (+54.29%)
Mutual labels:  bittorrent
croner
Trigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
Stars: ✭ 169 (+382.86%)
Mutual labels:  crontab
AriaNet
Yet another Aria2 JSON-RPC API handler for C#/.NET
Stars: ✭ 19 (-45.71%)
Mutual labels:  aria2

aria2-bt-tracker

Auto update aria2 bt-tracker from ngosang/trackerslist. Thanks asmoker/btrackers-postman.

Usage

Use wahyd4/aria2-ui for aria2, and use docker-compose link theirs.

This is a sample docker-compose.yml:

version: '2'

services:
  aria2:
    image: wahyd4/aria2-ui
    ports:
      - "8000:80"
      - "443:443"
      - "6800:6800"
    volumes:
      - /data:/data:rw
    environment:
      - DOMAIN=:80
      # - SSL=true
      - RPC_SECRET=HelloWorld
      - ARIA2_USER=admin
      - ARIA2_PWD=12345678
      - ENABLE_AUTH=true
    restart: always
  bt-tracker:
    container_name: bt-tracker
    image: hanxi/aria2-bt-tracker
    environment:
      - ARIA2_URL=http://aria2:6800/jsonrpc
      - ARIA2_TOKEN=HelloWorld
      - TRACKER_URL=https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt
    links:
      - aria2:aria2
    logging:
      driver: "json-file"
      options:
        max-size: "1m"
    restart: always

Start docker-compose

docker-compose up -d

Build own image

docker build -t aria2-bt-tracker .

Support Docker env

  • ARIA2_URL for aria2 jsonrpc url
  • ARIA2_TOKEN for aria2 token
  • TRACKER_URL for tracker url, default is trackers_best

Who Use

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].