YGGtracker/README.md

66 lines
2.2 KiB
Markdown
Raw Normal View History

2023-08-27 12:07:08 +03:00
# YGGtracker
2023-09-12 17:11:20 +03:00
Distributed BitTorrent Registry for Yggdrasil
2023-08-27 12:07:08 +03:00
YGGtracker uses [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) IPv6 addresses to identify users without registration.
#### Installation
2023-10-02 16:15:51 +03:00
##### Production (v.1)
2023-09-20 18:40:36 +03:00
2023-09-20 18:46:05 +03:00
* `composer create-project yggverse/yggtracker`
2023-09-20 18:40:36 +03:00
2023-10-02 16:15:51 +03:00
##### Development (v.2)
2023-09-20 18:40:36 +03:00
2023-08-27 12:07:08 +03:00
* `git clone https://github.com/YGGverse/YGGtracker.git`
* `cd YGGtracker`
* `composer update`
2023-10-04 15:52:43 +03:00
* `php bin/console doctrine:schema:update --force`
* `symfony server:start`
2023-08-27 12:07:08 +03:00
2023-10-05 14:53:20 +03:00
#### Localization
2023-10-05 14:51:39 +03:00
2023-10-05 14:53:20 +03:00
* Community translations by [Crowdin](https://crowdin.com/project/yggtracker)
2023-10-05 14:51:39 +03:00
2023-10-02 16:15:51 +03:00
#### Contribution
2023-08-27 12:07:08 +03:00
Please make new branch for each PR
```
git checkout main
git checkout -b my-pr-branch-name
```
#### Donate to contributors
2023-09-15 22:40:00 +03:00
* @d47081:
2023-09-15 22:40:26 +03:00
2023-09-15 22:40:00 +03:00
+ ![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/)
2023-08-27 12:07:08 +03:00
#### License
* Engine sources [MIT License](https://github.com/YGGverse/YGGtracker/blob/main/LICENSE)
#### Components
2023-08-29 21:26:38 +03:00
* [SVG icons](https://icons.getbootstrap.com)
2023-10-09 05:09:18 +03:00
* [Scrapper](https://github.com/medariox/scrapeer) / [Composer Edition](https://github.com/YGGverse/scrapeer)
2023-10-07 04:44:19 +03:00
* [Bencode Library](https://github.com/Rhilip/Bencode)
2023-09-15 22:41:49 +03:00
* [Identicons](https://github.com/dmester/jdenticon-php)
2023-08-27 12:07:08 +03:00
#### Feedback
2023-08-31 22:21:43 +03:00
[https://github.com/YGGverse/YGGtracker/issues](https://github.com/YGGverse/YGGtracker/issues)
2023-08-27 12:07:08 +03:00
#### 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)