proxying your requests to Github!
  • Go 90.2%
  • HTML 5.9%
  • Dockerfile 3.9%
Find a file
Lain Iwakura eeaa7a65ec
All checks were successful
continuous-integration/drone/push Build is passing
chore(docker): replace dockerhub timeweb with gcr mirror
2026-02-28 18:31:43 +03:00
cmd/ghproxy fix: GO-01 2026-02-26 22:45:19 +03:00
internal merge 2026-02-21 11:33:35 +03:00
.drone.yml chore(ci): i presenting you: drone ci 2026-02-25 19:24:42 +03:00
.gitignore update text 2026-02-21 11:31:02 +03:00
compose.yaml whooh 2026-02-25 19:29:45 +03:00
config.yaml add osu 2026-02-22 14:02:09 +03:00
Dockerfile chore(docker): replace dockerhub timeweb with gcr mirror 2026-02-28 18:31:43 +03:00
go.mod chore(deps): update module github.com/gin-gonic/gin to v1.12.0 2026-02-28 15:25:28 +00:00
go.sum chore(deps): update module github.com/gin-gonic/gin to v1.12.0 2026-02-28 15:25:28 +00:00
README.md add caching 2026-02-20 22:28:09 +03:00
renovate.json Add renovate.json 2026-02-26 13:38:14 +00:00

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"