{"id":18582917,"url":"https://github.com/goproxyio/goproxy.io","last_synced_at":"2025-07-25T13:12:34.444Z","repository":{"id":37109433,"uuid":"188585115","full_name":"goproxyio/goproxy.io","owner":"goproxyio","description":"The goproxy.io website source code","archived":false,"fork":false,"pushed_at":"2025-04-20T04:47:48.000Z","size":5987,"stargazers_count":18,"open_issues_count":3,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-20T02:27:04.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://goproxy.io","language":"TypeScript","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/goproxyio.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,"zenodo":null}},"created_at":"2019-05-25T15:51:39.000Z","updated_at":"2025-07-14T17:03:48.000Z","dependencies_parsed_at":"2025-04-11T00:10:40.086Z","dependency_job_id":"ce1bf6f7-dc3e-4737-9cd6-19553d53f0f0","html_url":"https://github.com/goproxyio/goproxy.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goproxyio/goproxy.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goproxyio%2Fgoproxy.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goproxyio%2Fgoproxy.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goproxyio%2Fgoproxy.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goproxyio%2Fgoproxy.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goproxyio","download_url":"https://codeload.github.com/goproxyio/goproxy.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goproxyio%2Fgoproxy.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267011002,"owners_count":24020876,"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-07-25T02:00:09.625Z","response_time":70,"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":[],"created_at":"2024-11-07T00:16:32.294Z","updated_at":"2025-07-25T13:12:34.386Z","avatar_url":"https://github.com/goproxyio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goproxy.io\n\ngoproxy.io official site\n\n## Prerequisites\n\n* Node: 16.x\n* npm\n* gatsby-cli\n\n### Install\n\n```sh\n# nvm\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash\n\n# Node.js and npm has been integrated.\nnvm install 16.20.2\n\n# gatsby-cli\nnpm i -g gatsby-cli\n\n# project dependencies\ncd goproxy.io\nnpm i\n```\n\n## Development\n\n```sh\nnpm run develop\n```\n\n## Usage\n\n* Write English document in the `content/docs` directory.\n* Write Chinese document in the `content/zh/docs` directory.\n\n## Build\n\n```sh\nnpm run clean\nnpm run build\n```\n\nThen, all files are generated into the `public` directory.\n\n## Deploy\n\nServe the `public` directory as root directory.\n\n### Configure the nginx for cors\n\nIf your static files use a third domain, you need add the below code in the **`location`** section ([ref](https://enable-cors.org/)), or you need configure the cors in your cdn provider.\n\n```\nif ($request_method = 'GET') {\n   add_header 'Access-Control-Allow-Origin' '*';\n   add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';\n   add_header 'Access-Control-Allow-Headers' '*';\n   add_header 'Access-Control-Expose-Headers' '*';\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoproxyio%2Fgoproxy.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoproxyio%2Fgoproxy.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoproxyio%2Fgoproxy.io/lists"}