{"id":20269342,"url":"https://github.com/nerdneilsfield/ghproxy-go","last_synced_at":"2026-04-16T22:31:35.063Z","repository":{"id":259400585,"uuid":"877702403","full_name":"nerdneilsfield/ghproxy-go","owner":"nerdneilsfield","description":"A go implementation of ghproxy go","archived":false,"fork":false,"pushed_at":"2024-10-24T08:49:10.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T10:11:07.571Z","etag":null,"topics":["github","github-proxy","reverse-proxy"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nerdneilsfield.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T05:13:50.000Z","updated_at":"2024-12-17T17:46:21.000Z","dependencies_parsed_at":"2024-10-25T04:42:29.781Z","dependency_job_id":"522e6b1d-ed58-4cab-a2ad-b0015ecde96f","html_url":"https://github.com/nerdneilsfield/ghproxy-go","commit_stats":null,"previous_names":["nerdneilsfield/ghproxy-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nerdneilsfield/ghproxy-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdneilsfield%2Fghproxy-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdneilsfield%2Fghproxy-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdneilsfield%2Fghproxy-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdneilsfield%2Fghproxy-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerdneilsfield","download_url":"https://codeload.github.com/nerdneilsfield/ghproxy-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdneilsfield%2Fghproxy-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github","github-proxy","reverse-proxy"],"created_at":"2024-11-14T12:24:34.137Z","updated_at":"2026-04-16T22:31:35.014Z","avatar_url":"https://github.com/nerdneilsfield.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghproxy-go\n\n[English](#english) | [中文](#中文)\n\n## English\n\nghproxy-go is a high-performance reverse proxy for GitHub resources written in Go. It helps accelerate access to GitHub resources by proxying various GitHub URLs.\n\n### Features\n\n- Fast and lightweight, built with Go Fiber framework\n- Supports multiple GitHub URL patterns\n- Docker support\n- Easy to deploy and configure\n\n### Installation\n\n#### Binary Release\nDownload the pre-compiled binary from the [Releases](https://github.com/nerdneilsfield/ghproxy-go/releases) page.\n\n#### Docker\n```bash\n# Using Docker Hub\ndocker pull nerdneils/ghproxy-go\n\n# Using GitHub Container Registry\ndocker pull ghcr.io/nerdneilsfield/ghproxy-go\n```\n\n### Usage\n\n```bash\nghproxy-go [flags]\nghproxy-go [command]\n```\n\n#### Available Commands\n- `completion`: Generate the autocompletion script for the specified shell\n- `help`: Help about any command \n- `run`: Start the proxy server\n- `version`: Show version information\n\n#### Flags\n- `-h, --help`: Help for ghproxy-go\n- `-v, --verbose`: Enable verbose output\n\n#### Run Command Flags\n- `-H, --host string`: Host to listen on (default \"0.0.0.0\")\n- `-P, --port int`: Port to listen on (default 8080) \n- `-J, --proxy-jsdelivr`: Enable jsdelivr proxy\n\n### Supported URL Patterns\n\n- GitHub Releases/Archives: `github.com/\u003cauthor\u003e/\u003crepo\u003e/releases/*` or `github.com/\u003cauthor\u003e/\u003crepo\u003e/archive/*`\n- GitHub Blob/Raw: `github.com/\u003cauthor\u003e/\u003crepo\u003e/blob/*` or `github.com/\u003cauthor\u003e/\u003crepo\u003e/raw/*`\n- GitHub Info/Git: `github.com/\u003cauthor\u003e/\u003crepo\u003e/info/*` or `github.com/\u003cauthor\u003e/\u003crepo\u003e/git-*`\n- Raw Content: `raw.githubusercontent.com/\u003cauthor\u003e/\u003crepo\u003e/*`\n- Gist: `gist.githubusercontent.com/\u003cauthor\u003e/*`\n- GitHub Keys: `github.com/\u003cauthor\u003e.keys`\n\n## 中文\n\nghproxy-go 是一个用 Go 语言编写的 GitHub 资源反向代理工具，通过代理各种 GitHub URL 来加速访问 GitHub 资源。\n\n### 特性\n\n- 基于 Go Fiber 框架，快速且轻量\n- 支持多种 GitHub URL 模式\n- 支持 Docker 部署\n- 易于部署和配置\n\n### 安装\n\n#### 二进制安装\n从 [Releases](https://github.com/nerdneilsfield/ghproxy-go/releases) 页面下载预编译的二进制文件。\n\n#### Docker 安装\n```bash\n# 使用 Docker Hub\ndocker pull nerdneils/ghproxy-go\n\n# 使用 GitHub Container Registry\ndocker pull ghcr.io/nerdneilsfield/ghproxy-go\n```\n\n### 使用方法\n\n```bash\nghproxy-go [flags]\nghproxy-go [command]\n```\n\n#### 可用命令\n- `completion`: 生成指定 shell 的自动补全脚本\n- `help`: 显示帮助信息\n- `run`: 启动代理服务器\n- `version`: 显示版本信息\n\n#### 全局参数\n- `-h, --help`: 显示帮助信息\n- `-v, --verbose`: 启用详细输出\n\n#### Run 命令参数\n- `-H, --host string`: 监听主机地址 (默认 \"0.0.0.0\")\n- `-P, --port int`: 监听端口 (默认 8080)\n- `-J, --proxy-jsdelivr`: 启用 jsdelivr 代理\n\n### 支持的 URL 模式\n\n- GitHub 发布/存档: `github.com/\u003c作者\u003e/\u003c仓库\u003e/releases/*` 或 `github.com/\u003c作者\u003e/\u003c仓库\u003e/archive/*`\n- GitHub Blob/Raw: `github.com/\u003c作者\u003e/\u003c仓库\u003e/blob/*` 或 `github.com/\u003c作者\u003e/\u003c仓库\u003e/raw/*`\n- GitHub Info/Git: `github.com/\u003c作者\u003e/\u003c仓库\u003e/info/*` 或 `github.com/\u003c作者\u003e/\u003c仓库\u003e/git-*`\n- Raw 内容: `raw.githubusercontent.com/\u003c作者\u003e/\u003c仓库\u003e/*`\n- Gist: `gist.githubusercontent.com/\u003c作者\u003e/*`\n- GitHub Keys: `github.com/\u003c作者\u003e.keys`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdneilsfield%2Fghproxy-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerdneilsfield%2Fghproxy-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdneilsfield%2Fghproxy-go/lists"}