{"id":17308691,"url":"https://github.com/pasdam/grpc-gateway-docker","last_synced_at":"2026-01-30T21:37:18.743Z","repository":{"id":92276780,"uuid":"241279535","full_name":"pasdam/grpc-gateway-docker","owner":"pasdam","description":"Image to generate a gRPC gateway from a proto","archived":false,"fork":false,"pushed_at":"2020-02-18T07:03:35.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T09:07:47.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pasdam.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":"2020-02-18T05:23:02.000Z","updated_at":"2020-02-18T06:45:57.000Z","dependencies_parsed_at":"2023-06-08T06:15:32.454Z","dependency_job_id":null,"html_url":"https://github.com/pasdam/grpc-gateway-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pasdam/grpc-gateway-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasdam%2Fgrpc-gateway-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasdam%2Fgrpc-gateway-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasdam%2Fgrpc-gateway-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasdam%2Fgrpc-gateway-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pasdam","download_url":"https://codeload.github.com/pasdam/grpc-gateway-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pasdam%2Fgrpc-gateway-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28919735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-15T12:05:48.599Z","updated_at":"2026-01-30T21:37:18.723Z","avatar_url":"https://github.com/pasdam.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grpc-gateway-docker\n\nImage to generate a [gRPC gateway](https://grpc-ecosystem.github.io/grpc-gateway/) from a proto.\n\n## Generate gRPC gateway from a proto\n\nTo generate the gRPC Gateway:\n\n```sh\nexport PROTO_ROOT=your/proto/root\nexport API_CONF_PATH=your/api/config/file\nexport OUT_DIR=your/output/dir\nexport PROTO_PATH=$PROTO_ROOT/your/service.proto\ndocker run --rm -v `pwd`:/tmp/grpc pasdam/grpc-gateway:1.3-alpine protoc -I$(PROTO_ROOT) --grpc-gateway_out=logtostderr=true,grpc_api_configuration=$(API_CONF_PATH):$(OUT_DIR) $(PROTO_PATH)\n```\n\nNote that `OUT_DIR` should be inside the current working dir, or mounted as separated volume, otherwise the generated code will be only present in the container.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasdam%2Fgrpc-gateway-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpasdam%2Fgrpc-gateway-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpasdam%2Fgrpc-gateway-docker/lists"}