{"id":24550825,"url":"https://github.com/svettwer/dev-proxy","last_synced_at":"2026-04-24T11:33:28.940Z","repository":{"id":273675737,"uuid":"284660174","full_name":"svettwer/dev-proxy","owner":"svettwer","description":"A proxy setup for development purposes using docker","archived":false,"fork":false,"pushed_at":"2020-08-11T12:13:47.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T13:49:39.303Z","etag":null,"topics":["dev-proxy","docker","proxy","proxy-server","proxy-setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svettwer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-03T09:38:17.000Z","updated_at":"2020-08-11T12:13:49.000Z","dependencies_parsed_at":"2025-01-22T10:40:30.180Z","dependency_job_id":null,"html_url":"https://github.com/svettwer/dev-proxy","commit_stats":null,"previous_names":["svettwer/dev-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/svettwer/dev-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svettwer%2Fdev-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svettwer%2Fdev-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svettwer%2Fdev-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svettwer%2Fdev-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svettwer","download_url":"https://codeload.github.com/svettwer/dev-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svettwer%2Fdev-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32221486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"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":["dev-proxy","docker","proxy","proxy-server","proxy-setup"],"created_at":"2025-01-23T01:14:38.992Z","updated_at":"2026-04-24T11:33:28.898Z","avatar_url":"https://github.com/svettwer.png","language":"Shell","readme":"# dev-proxy\nA proxy setup for development purposes using docker.\n\n## Get it\n```\ndocker pull svettwer/dev-proxy\n```\n\n## Run it\n```bash\ndocker run --it --rm --name dev-proxy \\\n\t--publish 3128:3128 \\\n\t--volume \u003cPATH_TO\u003e/squid.conf:/etc/squid/squid.conf \\\n\t--volume /srv/docker/squid/cache:/var/spool/squid \\\n\tdev-proxy\n```\n\nor use\n\n```bash\nsh run.sh\n```\n\n## Use it\nThe container ships with a preconfigured user to test proxy authentication.\nuser: foobar\npassword: foo\n```bash\nPROXY_IP=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' dev-proxy)\nwget -e use_proxy=yes -e http_proxy=http://foobar:foo@${PROXY_IP}:3128 google.de\n```\n\n## Configure it\nChange `squid.conf`.\nSee [Squid config docs](http://www.squid-cache.org/Doc/config/) for options.  \nConfig options of the base image can be found on [Docker hub](https://hub.docker.com/r/sameersbn/squid)\n\n## Reconfigure it\nTo reload the config in a running dev-proxy container, use `docker kill -s HUP dev-proxy`.\n\n## Build it yourself\n```bash\ngit clone https://github.com/svettwer/dev-proxy\ncd dev-proxy\ndocker build . -t dev-proxy\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvettwer%2Fdev-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvettwer%2Fdev-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvettwer%2Fdev-proxy/lists"}