torrentpier / torrentpier
TorrentPier. Bull-powered BitTorrent tracker engine
Fund package maintenance!
torrentpier
Open Collective
Installs: 373
Dependents: 0
Suggesters: 0
Security: 2
Stars: 304
Watchers: 37
Forks: 82
Open Issues: 7
Type:project
Requires
- php: ^8.1 | ^8.2 | ^8.3 | ^8.4
- arokettu/bencode: ^4.1.0
- arokettu/monsterid: dev-master
- arokettu/random-polyfill: 1.0.2
- 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
- gemorroj/m3u-parser: dev-master
- 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.4
- monolog/monolog: ^3.4
- nemorize/indexnow: ^0.0.1
- php-curl-class/php-curl-class: ^11.0.0
- samdark/sitemap: 2.4.1
- symfony/event-dispatcher: ^6.4
- symfony/filesystem: ^6.4
- symfony/finder: ^6.4
- symfony/mailer: ^6.4
- symfony/mime: ^6.4
- symfony/polyfill: v1.31.0
- vlucas/phpdotenv: ^5.5
- z4kn4fein/php-semver: ^v3.0.0
Requires (Dev)
- symfony/var-dumper: ^6.4
- dev-master
- v2.4.5-rc.3
- v2.4.5-rc.2
- v2.4.5-rc.1
- 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-misc(installer)-Some-minor-improvements
- dev-dependabot/composer/php-curl-class/php-curl-class-11.0.4
- dev-misc(Caddyfile)-Some-minor-fixes
- dev-dependabot/composer/php-curl-class/php-curl-class-11.0.3
- dev-fix(tr_seed_bonus.php)-Incorrect-`GROUP-BY`
- dev-misc(announcer)-Some-minor-improvements
- dev-Sitemap-Update-`lastmod`-when-topic-edited
- dev-fix(posting)-Exception-on-too-long-topic-title
- dev-feat(announcer)-Check-for-frozen-torrents
- dev-Added-in-build-multitracker
- dev-Fixed-datastore-issues-(again)
- dev-Added-posts-pin-feature
- dev-Anonymous-topics
- dev-Added-Docker-support
- dev-new-attachments
- dev-legacy-experimental
- dev-legacy-develop
This package is auto-updated.
Last update: 2025-02-22 07:55:02 UTC
README
Bull-powered BitTorrent tracker engine
🐂 About TorrentPier
TorrentPier — bull-powered BitTorrent Public/Private tracker engine, written in PHP. High speed, simple modifications, load-balanced architecture. In addition, we have a very helpful official support forum, where it's possible to get support and download modifications for the engine.
🌈 Current status
TorrentPier is currently in active development. The goal is to remove all legacy code and rewrite the existing code to modern specifications. If you want delve deep into the code, check our issues and go from there. The documentation will be translated to english in the near future, currently russian is the main language of it.
✨ Features
- Rich forum with browsing/moderation tools
- High-load capable, heavily configurable announcer
- Scrape support
- FreeLeech
- IndexNow support
- TorrServer integration support
- BitTorrent v2 support
- Event-based invite system
- Bonus points
- Polling system
- PM/DM system
- Multilingual support (Russian and English is currently fully supported, with others in the future)
- Atom/RSS feeds
- ... and so MUCH MORE!
🖥️ Demo
- URL: https://torrentpier.duckdns.org
- Username:
admin
- Password:
admin
Note
Demo resets every 24 hours!
🔧 Requirements
- Apache / nginx (example config) / caddy (example config)
- MySQL 5.5.3 or above / MariaDB 10.0 or above / Percona
- PHP: 8.1 / 8.2 / 8.3 / 8.4
- PHP Extensions: mbstring, gd, bcmath, intl, tidy (optional), xml, xmlwriter
- Crontab (Recommended)
💾 Installation
For the installation, select one of the installation variants below:
Quick (Clean install) 🚀
Check out our autoinstall repository with detailed instructions.
Important
Thanks to Sergei Solovev for this installation script ❤️
Quick (For web-panels) ☕️
- Select the folder where you want TorrentPier installed
cd /path/to/public_html
- Download the latest version of TorrentPier
sudo git clone https://github.com/torrentpier/torrentpier.git .
- After completing, execute the command below and follow the instructions
php install.php
- Voila! ✨
Manual 🔩
- Install Composer
- Run the following command to create the TorrentPier project
composer create-project torrentpier/torrentpier
- Check our system requirements
- After, run this command in the project directory to install Composer dependencies
composer install
- Create a database and import the 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 we recommend chmod 0755 for folders, and chmod 0644 for the files in them.
Additional steps 👣
- Edit these files:
favicon.png
(change to your own)robots.txt
(change the addresses in linesHost
andSitemap
to your own)
- Log in to the forum using the admin/admin login/password, and finish setting up via admin panel. Don't forget to change your password!
🔐 Security vulnerabilities
If you discover a security vulnerability within TorrentPier, please follow our security policy, so we can address it promptly.
📌 Our recommendations
- It's recommended to run
cron.php
. - For significant tracker speed increase it ay be required to replace the built-in cron.php in operating system daemon. - Local configuration copy. - You can override the settings using the 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
42zJE3FDvN8foP9QYgDrBjgtd7h2FipGCGmAcmG5VFQuRkJBGMbCvoLSmivepmAMEgik2E8MPWUzKaoYsGCtmhvL7ZN73jh
YooMoney
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.