{"id":15824617,"url":"https://github.com/sambacha/verify-deployment","last_synced_at":"2026-05-01T15:32:10.415Z","repository":{"id":40339875,"uuid":"426359549","full_name":"sambacha/verify-deployment","owner":"sambacha","description":"tooling to help censorship resistant webapp deployments ","archived":false,"fork":false,"pushed_at":"2022-05-27T18:05:50.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T01:57:38.095Z","etag":null,"topics":["censorship-resistance","dapps","deployments","ethereum","proxy","socks5","verification","verify","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sambacha.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}},"created_at":"2021-11-09T19:27:56.000Z","updated_at":"2023-07-13T22:22:04.000Z","dependencies_parsed_at":"2022-08-09T17:40:48.882Z","dependency_job_id":null,"html_url":"https://github.com/sambacha/verify-deployment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sambacha/verify-deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambacha%2Fverify-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambacha%2Fverify-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambacha%2Fverify-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambacha%2Fverify-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambacha","download_url":"https://codeload.github.com/sambacha/verify-deployment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambacha%2Fverify-deployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32502970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["censorship-resistance","dapps","deployments","ethereum","proxy","socks5","verification","verify","web3"],"created_at":"2024-10-05T09:00:41.934Z","updated_at":"2026-05-01T15:32:10.393Z","avatar_url":"https://github.com/sambacha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# verify-deployment\n\n\u003e Censorship Resistant Tooling (Server/Client)\n\n[see https://github.com/waysact/webpack-subresource-integrity](https://github.com/waysact/webpack-subresource-integrity)\n\n## git deployments \n\n\u003e TODO\n\n## verifying deployments\n\n\u003e TODO\n\n## Connectivity \n\n\n\u003e PACFILE based SOCKS5 Proxyin'g\n\n### Proxy.pac\n\n```json\n[\"Content-Type\", \"application/x-ns-proxy-autoconfig\"]\n```\n```pac\nfunction FindProxyForURL(url, host) {\n\tif(shExpMatch(host, \"{{.HostMatch}}\")) {\n\t\treturn \"SOCKS5 {{.SocksDestination}}\";\n\t}\n\t{{range $key, $value := .Aliases}}\n\tif (host == \"{{$key}}\") {\n\t\treturn \"SOCKS5 {{.SocksDestination}}\";\n\t}\n\t{{end}}\n\treturn \"DIRECT\";\n}\n```\nTo configure your Mac to use the proxy:\n\n1. Open System Preferences\n2. Select Network\n3. Click the 'Advanced' button\n4. Select the Proxies tab\n5. Click the 'Automatic Proxy Configuration' check box\n6. Enter 'http://localhost:8080/proxy.pac' in the URL box\n7. Remove `*.local` from the 'Bypass proxy settings for these Hosts \u0026 Domains'\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambacha%2Fverify-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambacha%2Fverify-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambacha%2Fverify-deployment/lists"}