βtracker is a BitTorrent aggregator based on the aquatic-crawler API and Rocket web-framework, written in Rust https://crates.io/crates/btracker
Find a file
2025-08-05 17:59:45 +03:00
.github initial commit 2025-08-01 20:04:38 +03:00
src implement pagination 2025-08-05 17:59:45 +03:00
templates implement pagination 2025-08-05 17:59:45 +03:00
.gitignore initial commit 2025-08-01 20:04:38 +03:00
Cargo.toml init tera layout 2025-08-05 13:01:27 +03:00
LICENSE Initial commit 2025-08-01 18:51:17 +03:00
README.md update usage example 2025-08-05 02:12:02 +03:00

yggtrackerd

Linux Dependencies crates.io

BitTorrent aggregation web-server, based on the Rocket framework and aquatic-crawler FS

Install

  1. git clone https://github.com/YGGverse/yggtrackerd.git && cd yggtrackerd
  2. cargo build --release
  3. sudo install target/release/yggtrackerd /usr/local/bin/yggtrackerd

Usage

yggtrackerd --storage /path/to/aquatic-crawler/preload
  • append RUST_LOG=debug for detailed information output

Options

yggtrackerd --help