{"id":20259430,"url":"https://github.com/defguard/proxy","last_synced_at":"2026-04-10T18:10:52.052Z","repository":{"id":190363074,"uuid":"670525089","full_name":"DefGuard/proxy","owner":"DefGuard","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-01T08:38:01.000Z","size":1871,"stargazers_count":6,"open_issues_count":13,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-01T08:40:27.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DefGuard.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":"2023-07-25T08:45:24.000Z","updated_at":"2025-01-17T17:35:25.000Z","dependencies_parsed_at":"2023-08-24T09:59:41.673Z","dependency_job_id":"f3e8fdc5-ca5f-42a5-8cc8-90608a3a1322","html_url":"https://github.com/DefGuard/proxy","commit_stats":null,"previous_names":["defguard/proxy"],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefGuard%2Fproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefGuard%2Fproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefGuard%2Fproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefGuard%2Fproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DefGuard","download_url":"https://codeload.github.com/DefGuard/proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248323531,"owners_count":21084523,"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","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-14T11:14:39.423Z","updated_at":"2026-04-10T18:10:52.045Z","avatar_url":"https://github.com/DefGuard.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/header.png\" alt=\"defguard\"\u003e\n \u003c/p\u003e\n\nThis service is meant to serve as a proxy for a subset of functionalities of [defguard](https://github.com/DefGuard/defguard) core which require public access.\nIt provides a public REST API and communicates with core over [gRPC](https://github.com/DefGuard/proto).\n\nTo learn more about the system see our [documentation](https://defguard.gitbook.io).\n\n## Quick start\n\nIf you already have your defguard instance running you can set up a proxy by following our [deployment guide](https://defguard.gitbook.io/defguard/features/setting-up-your-instance/docker-compose).\n\n## Documentation\n\nSee the [documentation](https://defguard.gitbook.io) for more information.\n\n## Community and Support\n\nFind us on Matrix: [#defguard:teonite.com](https://matrix.to/#/#defguard:teonite.com)\n\n## Contribution\n\nPlease review the [Contributing guide](https://defguard.gitbook.io/defguard/for-developers/contributing) for information on how to get started contributing to the project. You might also find our [environment setup guide](https://defguard.gitbook.io/defguard/for-developers/dev-env-setup) handy.\n\n## Development\n\nClone repository:\n\n```bash\ngit@github.com:DefGuard/client.git\n```\n\nInitialize `proto` submodule:\n\n```bash\ngit submodule update --init --recursive\n```\n\nTo run API server:\n\n```bash\ncargo run\n```\n\nTo run webapp dev server:\n\n```bash\ncd web/\npnpm install\npnpm run dev\n```\n\n## Verifiability of releases\n\nWe provide following ways to verify the authenticity and integrity of official releases:\n\n### Docker Image Verification with Cosign\n\nAll official Docker images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/). To verify a Docker image:\n\n1. [Install](https://github.com/sigstore/cosign?tab=readme-ov-file#installation) cosign CLI\n\n2. Verify the image signature (replace \u003cIMAGE_TAG\u003e with the tag you want to verify):\n   ```bash\n   cosign verify --certificate-identity-regexp=\"https://github.com/DefGuard/proxy\" \\\n     --certificate-oidc-issuer=\"https://token.actions.githubusercontent.com\" \\\n     ghcr.io/defguard/defguard:\u003cIMAGE_TAG\u003e\n   ```\n\n### Release Asset Verification\n\nAll release assets (binaries, packages, etc.) include SHA256 checksums that are automatically generated and published with each GitHub release:\n\n1. Download the release asset and copy its corresponding checksum from the [releases page](https://github.com/DefGuard/proxy/releases)\n\n2. Verify the checksum:\n   ```bash\n   # Linux/macOS\n   echo known_sha256_checksum_of_the_file path/to/file | sha256sum --check\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefguard%2Fproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefguard%2Fproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefguard%2Fproxy/lists"}