BitTorrent Network for Yggdrasil
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ghost 401c38ff6a add yggtracker prefix 1 year ago
bin init symfony framework #14 1 year ago
config add yggtracker prefix 1 year ago
migrations init symfony framework #14 1 year ago
public implement activity RSS feed 1 year ago
src implement recent uploads RSS 1 year ago
templates/default update menu padding 1 year ago
tests init symfony framework #14 1 year ago
translations generate translations 1 year ago
.env remove article drafts (feature moved to new releases) 1 year ago
.env.test init symfony framework #14 1 year ago
.gitignore init symfony framework #14 1 year ago
LICENSE Initial commit 1 year ago
README.md update readme 1 year ago
composer.json implement torrent scrape queue 1 year ago
composer.lock implement torrent scrape queue 1 year ago
docker-compose.override.yml init symfony framework #14 1 year ago
docker-compose.yml init symfony framework #14 1 year ago
phpunit.xml.dist init symfony framework #14 1 year ago
symfony.lock init symfony framework #14 1 year ago

README.md

YGGtracker

BitTorrent Registry for Yggdrasil

YGGtracker uses Yggdrasil IPv6 addresses to identify users without registration.

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 - update seeding stats
Routing

YGGtracker uses sub-directory prefix by default, if your instance running in the document root, please change prefix value to / in file /config/routes.yaml

App settings

Custom settings could be provided in the /.env.local file by overwriting default /.env values

Localization

  • Join community translations by Crowdin

Contribution

Please make new branch for each PR

git checkout main
git checkout -b my-pr-branch-name

Donate to contributors

License

Components

Feedback

https://github.com/YGGverse/YGGtracker/issues

Community

See also