Skip to content

tpb-hydra/proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydra Proxy


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!

Setup

  • 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).

Stack

Contact and Feedback

If you'd like to contribute to the project or file a bug or feature request, please visit the project page.

License

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.