gopee
HTTP Web Proxy - full-fledged, self-hosted proxy to access blocked websites
Demo
https://gopee.herokuapp.com/ (Terminated by Heroku)
or
http://go-gopee.rhcloud.com/
Deploying This Application
heroku create -b https://github.com/kr/heroku-buildpack-go.git
Creating polar-harbor-5778... done, stack is cedar-14
BUILDPACK_URL=https://github.com/kr/heroku-buildpack-go.git
https://polar-harbor-5778.herokuapp.com/ | https://git.heroku.com/polar-harbor-5778.git
Git remote heroku added
git push heroku master
rhc app create myproxy https://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart --from-code <forked-github-repo-url>
Your application 'myproxy' is now available.
URL: http://myproxy-gopee.rhcloud.com/
SSH to: <hash>@myproxy-gopee.rhcloud.com
Git remote: ssh://<hash>@myproxy-gopee.rhcloud.com/~/git/myproxy.git/
Features
-
Most AJAX requests are proxied
-
Supports Sessions, Cookies, Logging-In on most websites
Errata
- GMail and YouTube don't work
Why ?
Credits
@Omie for pushing me to learn Go and introducing me to Heroku and OpenShift