{"id":32563016,"url":"https://github.com/moclojer/p001","last_synced_at":"2026-05-17T15:09:10.714Z","repository":{"id":239825105,"uuid":"799724192","full_name":"moclojer/p001","owner":"moclojer","description":"Easy docker image to run a simple http proxy server with basic auth (squid)","archived":false,"fork":false,"pushed_at":"2024-05-16T15:04:53.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T02:56:20.862Z","etag":null,"topics":["docker","docker-image","proxy","proxy-server","squid"],"latest_commit_sha":null,"homepage":"https://github.com/moclojer/p001","language":"Dockerfile","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/moclojer.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":"2024-05-13T00:57:16.000Z","updated_at":"2024-05-16T15:04:58.000Z","dependencies_parsed_at":"2024-05-15T17:05:13.374Z","dependency_job_id":"a214b4aa-a73c-45f9-bc3e-57163f6161f3","html_url":"https://github.com/moclojer/p001","commit_stats":null,"previous_names":["moclojer/p001"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moclojer/p001","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moclojer%2Fp001","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moclojer%2Fp001/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moclojer%2Fp001/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moclojer%2Fp001/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moclojer","download_url":"https://codeload.github.com/moclojer/p001/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moclojer%2Fp001/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-image","proxy","proxy-server","squid"],"created_at":"2025-10-29T02:56:05.366Z","updated_at":"2026-05-17T15:09:10.707Z","avatar_url":"https://github.com/moclojer.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# p001 - HPPT proxy server in docker\n\nEasy docker image to run a simple http proxy server with basic auth (squid).\n\n* **docker image:** `ghcr.io/moclojer/p001:latest`\n* **port:** `3128` *default*, if you want to set a different port you must declare the environment variable `P001_PORT` *(it will proxy in docker)*\n* **user/pass?** `moclojer` *default*, if you want to use a proxy with username and password (which we recommend), you need to set the environment variables `P001_USER` and `P001_USER`\n\n## docker compose example\n\n\"A simple way to use the Docker image is through ﻿docker compose. Below is an example of how to use the image.\"\n\n```yaml\nversion: \"3\"\nservices:\n  squid:\n    image: ghcr.io/moclojer/p001:latest\n    ports:\n      - ${P001_PORT:-3128}:3128\n    environment:\n      - P001_USER=$P001_USER\n      - P001_PASS=$P001_PASS\n    volumes:\n      - .env:/src/.env\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoclojer%2Fp001","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoclojer%2Fp001","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoclojer%2Fp001/lists"}