{"id":26863226,"url":"https://github.com/djcass44/gitlab-goproxy","last_synced_at":"2026-04-27T08:31:48.251Z","repository":{"id":189458751,"uuid":"680729153","full_name":"djcass44/gitlab-goproxy","owner":"djcass44","description":"Implementation of the GOPROXY protocol that uses GitLab as a backing datastore.","archived":false,"fork":false,"pushed_at":"2023-08-21T21:35:02.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T19:02:56.566Z","etag":null,"topics":["gitlab","gitlab-packages","go","golang","goproxy","helm-chart"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djcass44.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":"2023-08-20T07:48:47.000Z","updated_at":"2023-08-21T07:32:30.000Z","dependencies_parsed_at":"2025-05-30T15:02:45.479Z","dependency_job_id":"9d894778-6db0-41ad-a22d-b84b817418ef","html_url":"https://github.com/djcass44/gitlab-goproxy","commit_stats":null,"previous_names":["djcass44/gitlab-goproxy"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/djcass44/gitlab-goproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djcass44%2Fgitlab-goproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djcass44%2Fgitlab-goproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djcass44%2Fgitlab-goproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djcass44%2Fgitlab-goproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djcass44","download_url":"https://codeload.github.com/djcass44/gitlab-goproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djcass44%2Fgitlab-goproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["gitlab","gitlab-packages","go","golang","goproxy","helm-chart"],"created_at":"2025-03-31T02:55:34.992Z","updated_at":"2026-04-27T08:31:48.199Z","avatar_url":"https://github.com/djcass44.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab GoProxy\n\nThis project contains an implementation of the [`GOPROXY` protocol](https://go.dev/ref/mod#goproxy-protocol) that stores data in the [GitLab Generic Package Repository](https://docs.gitlab.com/ee/user/packages/generic_packages/).\n\n## Getting started\n\n1. In GitLab, create a project that you intend on using to store packages.\n    \u003e We recommend creating a new project otherwise it will make it hard to find any pre-existing packages.\n2. Create a [project](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html) or group access token with the `api` scope.\n3. Create a Kubernetes secret using the token we just created:\n    ```shell\n    export GOPROXY_TOKEN=\u003ctoken we just got\u003e\n    kubectl create secret generic goproxy-token --from-literal=token=$GOPROXY_TOKEN\n    ```\n4. Create a `values.yaml` file with at least the following:\n    ```yaml\n    gitlab:\n      url: https://gitlab.example.com\n      projectId: 123 # numeric ID of the project we created\n      tokenSecretRef:\n        name: goproxy-token\n        key: token\n    ```\n    There's plenty more that can be figured, but we will leave that as an exercise to the reader.\n5. Deploy the application:\n    ```shell\n    helm install goproxy oci://ghcr.io/djcass44/gitlab-goproxy/helm-charts/gitlab-goproxy -f values.yaml\n    ```\n   \u003e We recommend using a GitOps tool (e.g., FluxCD, ArgoCD) rather than doing this manually.\n   \n## Usage\n\nOnce the application has been deployed, using it is as simple as setting the `GOPROXY` environment variable:\n\n```shell\nexport GOPROXY=\"https://goproxy.example.org\"\ngo mod download\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjcass44%2Fgitlab-goproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjcass44%2Fgitlab-goproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjcass44%2Fgitlab-goproxy/lists"}