{"id":20014391,"url":"https://github.com/rexzhang/devpi-docker","last_synced_at":"2025-05-04T22:31:08.645Z","repository":{"id":41856152,"uuid":"449969136","full_name":"rexzhang/devpi-docker","owner":"rexzhang","description":"PyPI local mirror/proxy/cache in self-host docker container","archived":false,"fork":false,"pushed_at":"2024-10-18T03:32:30.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T06:32:53.484Z","etag":null,"topics":["docker-image","pypi"],"latest_commit_sha":null,"homepage":"","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/rexzhang.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":"2022-01-20T05:39:15.000Z","updated_at":"2025-02-01T18:58:39.000Z","dependencies_parsed_at":"2024-06-26T07:29:16.376Z","dependency_job_id":"90492250-c96d-4b5f-a007-e46d13cf18f8","html_url":"https://github.com/rexzhang/devpi-docker","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fdevpi-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fdevpi-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fdevpi-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fdevpi-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexzhang","download_url":"https://codeload.github.com/rexzhang/devpi-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252408083,"owners_count":21743046,"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":["docker-image","pypi"],"created_at":"2024-11-13T07:42:09.095Z","updated_at":"2025-05-04T22:31:08.362Z","avatar_url":"https://github.com/rexzhang.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devpi-docker\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/ray1ex/devpi)](https://hub.docker.com/r/ray1ex/devpi)\n\nPyPI local mirror/proxy/cache in self-host docker container\n\n[Github](https://github.com/rexzhang/devpi-docker/)\n\n# Quick Start\n\n## Install\n```shell\ndocker pull ray1ex/devpi:latest\ndocker run -dit --restart unless-stopped \\\n    -p 3141:3141 \\\n    -e UID=1000 -e GID=1000 \\\n    -e TZ=Asia/Shanghai \\\n    -v /your/path:/data \\\n    --name devpi ray1ex/devpi\n```\n\n## Usage\n\n### Temporary\n```shell\npip install -i http://localhost:3141/root/pypi/+simple/ -U pip\n```\n\n### Persistent\n```shell\npip config set global.index-url http://localhost:3141/root/pypi/+simple/\npip config set install.trusted-host http://localhost:3141/root/pypi/+simple/\n\npip install -U pip\n```\n\n### First Usage\n    \n\u003e The first request will take a few minutes depending on internet speed, please wait some logging like below.\n\n```\n2022-09-29 16:57:20,257 INFO  [Wtx1] fswriter2: committed at 2\n```\n\n# Environment Variables\n\n| Name      | Defaule Value              | Memo |\n|-----------|----------------------------|------|\n| GID       | 1000                       | -    |\n| UID       | 1000                       | -    |\n| PYPI_URL  | `https://pypi.org/simple/` | -    |\n| WAIT_TIME | 20                         | -    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexzhang%2Fdevpi-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexzhang%2Fdevpi-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexzhang%2Fdevpi-docker/lists"}