{"id":22385297,"url":"https://github.com/acoshift/proxy","last_synced_at":"2025-07-31T04:33:06.171Z","repository":{"id":73779681,"uuid":"180614388","full_name":"acoshift/proxy","owner":"acoshift","description":"Local Cache Proxy Server","archived":false,"fork":false,"pushed_at":"2019-09-14T05:47:00.000Z","size":100,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T13:24:32.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/acoshift.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":"2019-04-10T15:48:51.000Z","updated_at":"2024-06-19T09:15:44.400Z","dependencies_parsed_at":null,"dependency_job_id":"ae02373e-bbcf-4f4f-9b7e-d04f0e3f5d05","html_url":"https://github.com/acoshift/proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoshift%2Fproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoshift%2Fproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoshift%2Fproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acoshift%2Fproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acoshift","download_url":"https://codeload.github.com/acoshift/proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228216555,"owners_count":17886577,"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-12-05T01:22:44.271Z","updated_at":"2024-12-05T01:22:44.740Z","avatar_url":"https://github.com/acoshift.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxy\n\nLocal Cache Proxy Server\n\n## Setup\n\n### macOS\n\n```sh\n# Install brotli\nbrew install brotli\n\n# Install proxy\nmake install\n\n# Setup config directory\nmkdir -p ~/.proxy\ncd !$\ntouch tunnels blacklists\nmkdir cache\n\n# Generate Self-signed ECDSA CA\nopenssl ecparam -name prime256v1 -genkey -out ca.key -noout\nopenssl req -new -x509 -key ca.key -out ca.crt -days 3650\n\n# Run proxy\nproxy \\\n    -port=18888 \\\n    -ca.key=$HOME/.proxy/ca.key -ca.crt=$HOME/.proxy/ca.crt \\\n    -cache.path=$HOME/.proxy/cache \\\n    -proxy.tunnel.file=$HOME/.proxy/tunnels \\\n    -proxy.tunnel.notbrowser \\\n    -proxy.blacklist.file=$HOME/.proxy/blacklists \\\n    -log\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facoshift%2Fproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facoshift%2Fproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facoshift%2Fproxy/lists"}