A secure, open source torrent cache.
Via Composer
composer create-project owenvoke/cachent- PHP >= 8.2
- MySQL >= 5.7, MariaDB >= 10.3, or another supported database
- Composer >= 2.0
- A PHP Compatible Webserver
- 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.
Please see CHANGELOG for more information on what has changed recently.
composer testIf you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.