{"id":13814024,"url":"https://github.com/madhurjain/gopee","last_synced_at":"2025-08-22T22:22:44.604Z","repository":{"id":25219682,"uuid":"28643916","full_name":"madhurjain/gopee","owner":"madhurjain","description":":cloud: Full-Fledged, Self-Hosted Web Proxy in Go","archived":false,"fork":false,"pushed_at":"2015-05-24T07:36:15.000Z","size":352,"stargazers_count":340,"open_issues_count":5,"forks_count":123,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-20T00:04:49.955Z","etag":null,"topics":["go","golang","heroku","openshift","proxy","web-proxy"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madhurjain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-30T20:14:06.000Z","updated_at":"2025-05-08T16:15:34.000Z","dependencies_parsed_at":"2022-07-29T01:49:16.358Z","dependency_job_id":null,"html_url":"https://github.com/madhurjain/gopee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madhurjain/gopee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fgopee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fgopee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fgopee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fgopee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhurjain","download_url":"https://codeload.github.com/madhurjain/gopee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhurjain%2Fgopee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271710534,"owners_count":24807684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","heroku","openshift","proxy","web-proxy"],"created_at":"2024-08-04T04:01:40.504Z","updated_at":"2025-08-22T22:22:44.559Z","avatar_url":"https://github.com/madhurjain.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"gopee\n-----\n\nHTTP Web Proxy - full-fledged, self-hosted proxy to access blocked websites\n\nDemo\n\n~~https://gopee.herokuapp.com/~~ (Terminated by Heroku)\n\nor\n\nhttp://go-gopee.rhcloud.com/\n\nDeploying This Application\n==========================\n\n- Fork this repo\n\n- Update .godir to match your forked repo url\n\n#### Deploy to [heroku](https://www.heroku.com/)\n\n- Download and Setup Heroku Toolbelt https://toolbelt.heroku.com/\n\n- Clone the forked repo locally and `cd gopee`\n\n- Create a new Heroku app, telling it to use the [Go Heroku Buildpack](https://github.com/kr/heroku-buildpack-go) to build your Go code\n\n```sh\nheroku create -b https://github.com/kr/heroku-buildpack-go.git\n```\n\n```\nCreating polar-harbor-5778... done, stack is cedar-14\nBUILDPACK_URL=https://github.com/kr/heroku-buildpack-go.git\nhttps://polar-harbor-5778.herokuapp.com/ | https://git.heroku.com/polar-harbor-5778.git\nGit remote heroku added\n```\n\n- Push the code to Heroku\n\n```sh\ngit push heroku master\n```\n\n#### Deploy to [OpenShift by Red Hat](https://www.openshift.com/)\n\n- Download and Setup OpenShift Client Tools (*rhc*) https://developers.openshift.com/en/managing-client-tools.html\n\n- Create a new OpenShift application, telling it to use the [OpenShift Go Cartridge](https://github.com/smarterclayton/openshift-go-cart) to build your Go code and your forked github repo for Source\n\n```sh\nrhc app create myproxy https://cartreflect-claytondev.rhcloud.com/reflect?github=smarterclayton/openshift-go-cart --from-code \u003cforked-github-repo-url\u003e\n```\n\n```\nYour application 'myproxy' is now available.\n  URL:        http://myproxy-gopee.rhcloud.com/\n  SSH to:     \u003chash\u003e@myproxy-gopee.rhcloud.com\n  Git remote: ssh://\u003chash\u003e@myproxy-gopee.rhcloud.com/~/git/myproxy.git/\n```\n\n- Open the above URL in your browser\n\n- Login to your OpenShift console and you should see an application created\n\n## Features\n\n- Most AJAX requests are proxied\n\n- Supports Sessions, Cookies, Logging-In on most websites\n\n## Errata\n\n- GMail and YouTube don't work\n\n## Why ?\n\n- To learn Golang\n\n- To create a simple to deploy yet powerful proxy\n\n## Credits\n\n[@Omie](https://github.com/Omie) for pushing me to learn Go and introducing me to Heroku and OpenShift","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhurjain%2Fgopee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhurjain%2Fgopee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhurjain%2Fgopee/lists"}