{"id":21296912,"url":"https://github.com/reddec/squid","last_synced_at":"2025-03-15T17:27:28.444Z","repository":{"id":81702684,"uuid":"27530720","full_name":"reddec/squid","owner":"reddec","description":"Docker image for Squid3 with or without basic auth","archived":false,"fork":false,"pushed_at":"2015-04-07T16:47:10.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:06:40.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/reddec/squid/","language":"Shell","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/reddec.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":"2014-12-04T08:26:28.000Z","updated_at":"2015-05-05T14:30:16.000Z","dependencies_parsed_at":"2023-02-28T02:46:35.244Z","dependency_job_id":null,"html_url":"https://github.com/reddec/squid","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/reddec%2Fsquid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fsquid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fsquid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fsquid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddec","download_url":"https://codeload.github.com/reddec/squid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243764974,"owners_count":20344510,"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-21T14:30:57.134Z","updated_at":"2025-03-15T17:27:28.413Z","avatar_url":"https://github.com/reddec.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"squid\n=====\n\nDocker (at least 1.3) image for Squid3 with or without basic auth\n\nTested on Ubuntu 14.04 x64 LTS\n\nInstall scrips:\n\n**No auth**\n\n     bash \u003c(curl https://raw.githubusercontent.com/reddec/squid/master/install/install-no-auth.sh)\n\n**With basic auth**\n\n     bash \u003c(curl https://raw.githubusercontent.com/reddec/squid/master/install/install-with-auth.sh)\n\nLocation for custom configuration files:\n\n    /etc/squid-[no]auth/*.conf\n\n----------\n\nBuild\n=====\n\n# With basic authentication\n\n#### Create containers\n\n```bash\nsudo docker create --name squid-auth -v /etc/squid-passwords:/passowrds -p 3128:3128 reddec/squid auth\n```\n    \n##### Add users. Required `apache2-utils`\n\n```bash\nsudo htpasswd -c /etc/squid-passwords/keys \u003cusername\u003e\n```\n\n##### Add upstart script\n\n```bash\nsudo curl https://raw.githubusercontent.com/reddec/squid/master/services/squid3-auth.conf \u003e /etc/init/squid3-auth.conf\n```\n\n##### Start service\n\n```bash\nsudo service squid3-auth start\n```\n\n# Without authentication\n\n##### Create containers\n\n```bash\nsudo docker create --name squid-noauth -p 3128:3128 reddec/squid noauth\n```\n \n##### Add upstart script\n\n```bash\nsudo curl https://raw.githubusercontent.com/reddec/squid/master/services/squid3-noauth.conf \u003e/etc/init/squid3-noauth.conf\n```\n \n##### Start service\n\n```bash\nsudo service squid3-noauth start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddec%2Fsquid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddec%2Fsquid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddec%2Fsquid/lists"}