mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
3.3 KiB
3.3 KiB
YGGtracker
Note
Take a look at βtracker - the modern aggregation alternative written in Rust!
Social-oriented BitTorrent catalog for the Yggdrasil network
YGGtracker is a manually operated catalog and social network that allows users to share their torrents in the local network.
Engine uses IPv6 0200::/7 addresses to identify users without registration.
Showcase
Instances
http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/| tracker.yggftp://[201:23b4:991a:634d:8359:4521:5576:15b7]:21/yggtracker/- wanted torrents
Installation
symfony check:requirements
Production
Install stable release
composer create-project yggverse/yggtracker
Development
Latest codebase available in repository
git clone https://github.com/YGGverse/YGGtracker.git
cd YGGtracker
composer update
symfony server:start
Database
New installation
php bin/console doctrine:schema:update --force
Existing DB upgrade
php bin/console doctrine:migrations:migrate
Crontab
* * * * * /crontab/torrent/scrape/{%app.key%}- update seeding stats
FTP
Setup anonymous read-only access to /var/ftp catalog (read more)
App settings
Custom settings could be provided in the /.env.local file by overwriting default /.env values
Localization
API
Contribution
Please make new branch for each PR
git checkout main
git checkout -b my-pr-branch-name
License
- Engine sources MIT License
Versioning
Components
Support
Blog
Integrations
- YGGtracker Search Plugin for qBittorrent
- Crontab script that allows to receive wanted torrents from multiple YGGtracker nodes