pxgamer / cachent
A secure, open source torrent cache.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 8
Type:project
pkg:composer/pxgamer/cachent
Requires
- php: >=7.1.0
- coldwinds/torrent-rw: ^1.1
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
- rych/bytesize: ^1.0.0
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~6.0
README
A secure, open source torrent cache.
Install
Via Composer
composer create-project owenvoke/cachent
Usage
Requirements
- PHP >= 8.2
- MySQL >= 5.7, MariaDB >= 10.3, or another supported database
- Composer >= 2.0
- A PHP Compatible Webserver
Configuration
- Run composer install --no-devin the Cachent project directory.
- Copy the .env.examplefile to.envand fill with your own database and mail details.
- Ensure the storageandbootstrap/cachedirectories are writable by the server.
- Run php artisan key:generateto generate a unique application key.
- Set up your web server to point to the publicdirectory.
- Run php artisan migrateto update the database.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
composer test
Security
If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.