Vibe-coded minimal github proxy
Find a file
2026-06-04 15:35:27 +08:00
.gitignore feat: initial code 2026-06-04 15:19:56 +08:00
go.mod feat: initial code 2026-06-04 15:19:56 +08:00
LICENSE feat: initial code 2026-06-04 15:19:56 +08:00
main.go fix: methods and headers needed for git clone 2026-06-04 15:35:27 +08:00
README.md feat: initial code 2026-06-04 15:19:56 +08:00

ghproxy

Vibe-coded minimal github proxy

Usage

go build .
./ghproxy -addr localhost:8080

Endpoints

http://localhost:8080/repo/... -> https://github.com/...
http://localhost:8080/raw/... -> https://raw.githubusercontent.com/...

It automatically follows redirections within github.com and raw.githubusercontent.com.

This is free and unencumbered software released into the public domain. https://unlicense.org/