proxying your requests to Github!
- Go 90.2%
- HTML 5.9%
- Dockerfile 3.9%
|
All checks were successful
continuous-integration/drone/push Build is passing
|
||
|---|---|---|
| cmd/ghproxy | ||
| internal | ||
| .drone.yml | ||
| .gitignore | ||
| compose.yaml | ||
| config.yaml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
| renovate.json | ||
ghproxy
Ghproxy is some kind of proxy for github requests.
What does it even doo??
Ghproxy allows you to clone and make requests to GitHub in environments where access is only available through a single proxy or internet gateway
How to use it??
Configure config.yaml
The syntax is simple:
addr: - the value where ghproxy will bind its port
allowed_repos: - list of allowed repositories
allowed_repos:
- "gin-gonic/gin"