TPB Hydra proxy. An Nginx, PHP-FPM and Varnish web proxy for The Pirate Bay (and with a few tweaks for anything you want to proxy).
All aboard the good ship: Fuck The Lawyers!
- Get the Vagrant VM setup by cloning the repo:
git clone https://github.com/tpb-hydra/vm
cd vm && vagrant init && vagrant up
This provides a Debian Squeeze (32 bits) VM to run the proxy on. You may deploy it somewhere else if you want to.
- Clone the proxy application:
git clone https://github.com/tpb-hydra/proxy
cd proxy && composer install
cap deploy:setup && cap deploy
Be sure to have installed and runnig the Vagrant VM (or configure the deploy at config/deploy.rb
).
If you'd like to contribute to the project or file a bug or feature request, please visit the project page.
The project is licensed under the GNU GPL v3 (tldr) license. Which means you're allowed to copy, edit, change, hack, use all or any part of this project as long as all of the changes and contributions remains under the same terms and conditions.