{"id":20382249,"url":"https://github.com/ymmt2005/squid-container","last_synced_at":"2025-10-29T08:05:17.910Z","repository":{"id":53509638,"uuid":"345268185","full_name":"ymmt2005/squid-container","owner":"ymmt2005","description":"A rootless container of Squid proxy","archived":false,"fork":false,"pushed_at":"2021-03-27T01:17:53.000Z","size":8,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T15:07:46.209Z","etag":null,"topics":["container","docker","rootless","squid"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ymmt2005.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-03-07T05:41:19.000Z","updated_at":"2024-11-13T18:16:30.000Z","dependencies_parsed_at":"2022-09-12T01:40:10.241Z","dependency_job_id":null,"html_url":"https://github.com/ymmt2005/squid-container","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ymmt2005/squid-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymmt2005%2Fsquid-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymmt2005%2Fsquid-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymmt2005%2Fsquid-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymmt2005%2Fsquid-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymmt2005","download_url":"https://codeload.github.com/ymmt2005/squid-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymmt2005%2Fsquid-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281584979,"owners_count":26526171,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"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":["container","docker","rootless","squid"],"created_at":"2024-11-15T02:16:58.459Z","updated_at":"2025-10-29T08:05:17.873Z","avatar_url":"https://github.com/ymmt2005.png","language":"Dockerfile","readme":"![CI](https://github.com/ymmt2005/squid-container/workflows/main/badge.svg)\n\n# Squid container\n\nThis directory contains a Dockerfile that runs [Squid](http://www.squid-cache.org/) w/o root privileges.\n\n## Usage\n\n### Run with the default configuration\n\n    $ docker run --rm -d -p 3128:3128 --read-only --tmpfs /var/spool/squid ghcr.io/ymmt2005/squid\n\n### Launch Squid with specific config file\n\nPrepare `squid.conf`, then execute following command.\n\n    $ docker run --rm -d -p 3128:3128 --read-only --tmpfs /var/spool/squid \\\n        -v /path/to/your/squid.conf:/etc/squid/squid.conf:ro \\\n        ghcr.io/ymmt2005/squid\n\nYour `squid.conf` must have the following configurations:\n\n    pid_filename   none\n    logfile_rotate 0\n    access_log     stdio:/dev/stdout\n    cache_log      stdio:/dev/stderr\n\n## Docker images\n\n[ghcr.io/ymmt2005/squid](https://github.com/users/ymmt2005/packages/container/package/squid)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymmt2005%2Fsquid-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymmt2005%2Fsquid-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymmt2005%2Fsquid-container/lists"}