btracker/README.md
2025-08-05 17:59:55 +03:00

1.2 KiB

yggtrackerd

Linux Dependencies crates.io

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

Roadmap

  • RSS feeds
  • Torrents listing
    • Basic metainfo
    • Pagination
    • Search filter
    • Results order
  • Torrent details page
    • File list
    • Background image (from the files asset)
  • Common features
    • Scrape peers/seeds
    • Download
      • Magnet
      • Torrent

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