BitTorrent Network for Yggdrasil
YGGtracker is catalog, open tracker and social network with many features that allow to convert, filter and download any torrent in Yggdrasil network by community.
Engine uses IPv6 0200::/7
addresses to identify users without registration.
http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/
| tracker.yggftp://[201:23b4:991a:634d:8359:4521:5576:15b7]:21/yggtracker/
- wanted torrents
symfony check:requirements
Install stable release
composer create-project yggverse/yggtracker
Latest codebase available in repository
git clone https://github.com/YGGverse/YGGtracker.git
cd YGGtracker
composer update
symfony server:start
New installation
php bin/console doctrine:schema:update --force
Existing DB upgrade
php bin/console doctrine:migrations:migrate
* * * * * /crontab/torrent/scrape/{%app.key%}
- update seeding stats
Setup anonymous read-only access to /var/ftp
catalog (read more)
Custom settings could be provided in the /.env.local
file by overwriting default /.env
values
Join community translations by Crowdin
Please make new branch for each PR
git checkout main
git checkout -b my-pr-branch-name
-
@d47081:
- Engine sources MIT License