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.

66 lines
2.2 KiB

1 year ago
# YGGtracker
1 year ago
Distributed BitTorrent Registry for Yggdrasil
1 year ago
YGGtracker uses [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) IPv6 addresses to identify users without registration.
#### Installation
1 year ago
##### Production (v.1)
1 year ago
1 year ago
* `composer create-project yggverse/yggtracker`
1 year ago
1 year ago
##### Development (v.2)
1 year ago
1 year ago
* `git clone https://github.com/YGGverse/YGGtracker.git`
* `cd YGGtracker`
* `composer update`
* `php bin/console doctrine:schema:update --force`
* `symfony server:start`
1 year ago
1 year ago
#### Localization
1 year ago
* Community translations by [Crowdin](https://crowdin.com/project/yggtracker)
1 year ago
#### Contribution
1 year ago
Please make new branch for each PR
```
git checkout main
git checkout -b my-pr-branch-name
```
#### Donate to contributors
1 year ago
* @d47081:
1 year ago
1 year ago
+ ![wakatime](https://wakatime.com/badge/user/0b7fe6c1-b091-4c98-b930-75cfee17c7a5/project/059ec567-2c65-4c65-a48e-51dcc366f1a0.svg)
+ [BTC](https://www.blockchain.com/explorer/addresses/btc/bc1qngdf2kwty6djjqpk0ynkpq9wmlrmtm7e0c534y) | [LTC](https://live.blockcypher.com/ltc/address/LUSiqzKsfB1vBLvpu515DZktG9ioKqLyj7) | [XMR](835gSR1Uvka19gnWPkU2pyRozZugRZSPHDuFL6YajaAqjEtMwSPr4jafM8idRuBWo7AWD3pwFQSYRMRW9XezqrK4BEXBgXE) | [ZEPH](ZEPHsADHXqnhfWhXrRcXnyBQMucE3NM7Ng5ZVB99XwA38PTnbjLKpCwcQVgoie8EJuWozKgBiTmDFW4iY7fNEgSEWyAy4dotqtX)
+ Support our server by order [Linux VPS](https://www.yourserver.se/portal/aff.php?aff=610)
+ Inspiration by [SomaFM Deep Space One](https://somafm.com/deepspaceone/)
1 year ago
#### License
* Engine sources [MIT License](https://github.com/YGGverse/YGGtracker/blob/main/LICENSE)
#### Components
* [SVG icons](https://icons.getbootstrap.com)
1 year ago
* [Scrapper](https://github.com/medariox/scrapeer)
* [Bencode Library](https://github.com/Rhilip/Bencode)
1 year ago
* [Identicons](https://github.com/dmester/jdenticon-php)
1 year ago
#### Feedback
[https://github.com/YGGverse/YGGtracker/issues](https://github.com/YGGverse/YGGtracker/issues)
1 year ago
#### Community
* [Mastodon](https://mastodon.social/@YGGverse)
#### See also
* [YGGo - YGGo! Distributed Web Search Engine ](https://github.com/YGGverse/YGGo)
* [YGGwave ~ The Radio Catalog](https://github.com/YGGverse/YGGwave)
* [YGGstate - Yggdrasil Network Explorer](https://github.com/YGGverse/YGGstate)