torrentpier / torrentpier
TorrentPier. Bull-powered BitTorrent tracker engine
Fund package maintenance!
torrentpier
Open Collective
Installs: 338
Dependents: 0
Suggesters: 0
Security: 2
Stars: 292
Watchers: 37
Forks: 80
Open Issues: 3
Type:project
Requires
- php: ^8.1
- arokettu/bencode: ^4.1.0
- arokettu/monsterid: ^4.0
- arokettu/torrent-file: ^5.2.1
- bugsnag/bugsnag: ^v3.29.1
- claviska/simpleimage: ^4.0
- egulias/email-validator: ^4.0.1
- filp/whoops: ^2.15
- gigablah/sphinxphp: 2.0.8
- google/recaptcha: ^1.3
- jacklul/monolog-telegram: ^3.1
- josantonius/cookie: ^2.0
- league/flysystem: ^3.28
- longman/ip-tools: 1.2.1
- matthiasmullie/scrapbook: ^1.5
- monolog/monolog: ^3.4
- samdark/sitemap: 2.4.1
- symfony/mailer: ^6.3
- vlucas/phpdotenv: ^5.5
Requires (Dev)
- symfony/var-dumper: ^6.3
- dev-master
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.4.0-rc2
- v2.4.0-rc1
- v2.4.0-beta4
- v2.4.0-beta3
- v2.4.0-beta2
- v2.4.0-beta1
- v2.4.0-alpha4
- v2.4.0-alpha3
- v2.4.0-alpha2
- v2.4.0-alpha1
- v2.3.1
- v2.3.1-rc1
- 2.3.0.4-beta2
- 2.3.0.4-beta
- v2.3.0.3
- v2.3.0.2
- v2.3.0.1
- v2.3.0
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- dev-Invites-Permanent-invites-feature
- dev-Added-CLI-updated
- dev-analysis-JGdVJD
- dev-analysis-e0AkAa
- dev-Anonymous-topics
- dev-analysis-lZALBJ
- dev-analysis-g6yNB1
- dev-analysis-g6yNrw
- dev-Added-Docker-support
- dev-analysis-54vjYx
- dev-analysis-2263j9
- dev-new-attachments
- dev-legacy-experimental
- dev-legacy-develop
This package is auto-updated.
Last update: 2024-11-04 17:06:25 UTC
README
Bull-powered BitTorrent tracker engine
๐ About TorrentPier
TorrentPier โ bull-powered BitTorrent Public/Private tracker engine, written in php. High speed, simple modification, high load architecture. In addition, we have very helpful official support forum, where it's possible to get any support and download modifications for engine.
๐ Current status
TorrentPier is currently in active development. The goal is to remove all legacy code and rewrite existing to modern standards. If you want to go deep on the code, check our issues and go from there. The documentation will be translated into english in the near future, currently russian is the main language of it.
โจ Features
- Rich forum browsing/moderation tools
- High-load capable, heavily configurable announcer
- Scrape support
- TorrServer integration
- FreeLeech
- BitTorrent v2 support
- Event-based invite system
- Bonus points
- Polls system
- PM system
- Multilingual support (Fully supported for now only Russia and English languages)
- Atom feeds
- ... and MUCH MORE!
๐ฅ๏ธ Demo
- URL: https://torrentpier.duckdns.org
- Username:
admin
- Password:
admin
Note
Demo is resetting every 24 hours!
๐ง Requirements
- Apache / nginx
- MySQL 5.5.3 or above / MariaDB 10.0 or above / Percona
- PHP: 8.1 / 8.2 / 8.3
- PHP Extensions: mbstring, bcmath, intl, tidy (optional), xml, xmlwriter
- Crontab (Recommended)
๐พ Installation
For installation, you need to follow a few simple steps.
Quick โ๏ธ
- Select the folder where you want to install TorrentPier (
cd /path/to/public_html
) - Download latest version of TorrentPier (
sudo git clone https://github.com/torrentpier/torrentpier.git .
) - After, run
php install.php
and follow the given steps - Voila! โจ
Manual ๐ฉ
- Install Composer
- Run
composer create-project torrentpier/torrentpier
- Check our system requirements
- After, run
composer install
on the project directory - Create database and import dump located at
install/sql/mysql.sql
- Edit database configuration settings in the environment (
.env.example
), after, rename to.env
- Provide write permissions to the specified folders:
data/avatars
,data/uploads
,data/uploads/thumbs
internal_data/atom
,internal_data/cache
,internal_data/log
,internal_data/triggers
sitemap
- Voila! โจ
Important
The specific settings depend on the server you are using, but in general case we recommend chmod 0755 for folders, and chmod 0644 for files in them.
Additional steps ๐ฃ
- Edit domain name and domain port in the configuration file or a local copy (
$reserved_name
and$reserved_port
) - Edit this files:
favicon.png
(change on your own)robots.txt
(change the addresses in linesHost
andSitemap
on your own)opensearch_desc.xml
(change the description and address on your own)opensearch_desc_bt.xml
(change the description and address on your own)
- Log in to the forum with admin/admin login/password and finish setting up via admin panel
๐ Security vulnerabilities
If you discover a security vulnerability within TorrentPier, please follow our security policy, so we can address it promptly.
๐ Our recommendations
- The recommended way to run
cron.php
. - For significant tracker speed increase may be required to replace built-in cron.php by operating system daemon. - Local configuration copy. - You can override the settings using local configuration file
library/config.local.php
.
๐ Contributing / Contributors
Please read our contributing policy and code of conduct for details, and the process for submitting pull requests to us. But we are always ready to renew your pull-request for compliance with these requirements. Just send it!
Made with contrib.rocks.
๐ Sponsoring
Support this project by becoming a sponsor or a backer.
Monero
42zJE3FDvN8foP9QYgDrBjgtd7h2FipGCGmAcmG5VFQuRkJBGMbCvoLSmivepmAMEgik2E8MPWUzKaoYsGCtmhvL7ZN73jhBitcoin
bc1qselchy0nnh7xl99glfffedqp7p9gpvatdr9dz9ะฎMoney
4100118022415720๐ฆ Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.