{"id":21928624,"url":"https://github.com/nuvious/apt-mirror-docker","last_synced_at":"2025-07-16T12:05:23.423Z","repository":{"id":207499392,"uuid":"719401346","full_name":"nuvious/apt-mirror-docker","owner":"nuvious","description":"A dockerized version of apt-mirror with apache2","archived":false,"fork":false,"pushed_at":"2025-06-30T14:04:48.000Z","size":21,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-05T18:09:42.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nuvious.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,"zenodo":null}},"created_at":"2023-11-16T04:43:03.000Z","updated_at":"2023-11-17T16:59:30.000Z","dependencies_parsed_at":"2024-11-28T22:27:57.443Z","dependency_job_id":"a59924cc-0441-4a55-9707-8f38c4d5008f","html_url":"https://github.com/nuvious/apt-mirror-docker","commit_stats":null,"previous_names":["nuvious/apt-mirror-docker"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/nuvious/apt-mirror-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fapt-mirror-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fapt-mirror-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fapt-mirror-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fapt-mirror-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuvious","download_url":"https://codeload.github.com/nuvious/apt-mirror-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvious%2Fapt-mirror-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265508081,"owners_count":23779070,"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-28T22:27:09.365Z","updated_at":"2025-07-16T12:05:22.576Z","avatar_url":"https://github.com/nuvious.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yet another apt-mirror container\n\n[![Publish Docker image](https://github.com/nuvious/apt-mirror-docker/actions/workflows/build-container.yaml/badge.svg)](https://github.com/nuvious/apt-mirror-docker/actions/workflows/build-container.yaml)\n\n## Docker Usage\n\n```bash\ndocker run -d \\\n    -v /path/to/repo/data/store:/var/spool/apt-mirror \\\n    -v /path/to/mirror.list:/etc/apt/mirror.list \\\n    nuvious/apt-mirror:latest\n```\n\n## Example mirror.list\n\n**NOTE**: The container is configured to use a symbolic link from `/var/spool/apt-mirror/data` to `/usr/share/nginx/html`.\nThe `base_path` and `mirror_path` therefore should not be changed, but other paths can be modified. You want to mount\nyour volume to `/var/spool/apt-mirror` using a default configuration below. Other configurations are possible in\ndocker-compose if one modifies the entrypoint and/or command to update the directory structure to their liking.\n\n```plaintext\nset base_path         /var/spool/apt-mirror\nset mirror_path       $base_path/data\nset skel_path         $base_path/skel\nset var_path          $base_path/var\nset postmirror_script $var_path/postmirror.sh\nset defaultarch       amd64\nset run_postmirror    0\nset nthreads          6\nset limit_rate        100m\nset _tilde            0\nset unlink            1\nset use_proxy         off\nset http_proxy        127.0.0.1:3128\nset proxy_user        user\nset proxy_password    password\ndeb http://deb.debian.org/debian stable main contrib non-free-firmware\ndeb-src http://deb.debian.org/debian stable main contrib non-free-firmware\ndeb http://security.debian.org/debian-security stable-security main contrib non-free-firmware\ndeb-src http://security.debian.org/debian-security stable-security main contrib non-free-firmware\ndeb http://deb.debian.org/debian stable-updates main\ndeb-src http://deb.debian.org/debian stable-updates main contrib non-free-firmware\ndeb http://deb.debian.org/debian stable-backports main\ndeb-src http://deb.debian.org/debian stable-backports main contrib non-free-firmware\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvious%2Fapt-mirror-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuvious%2Fapt-mirror-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvious%2Fapt-mirror-docker/lists"}