{"id":19387945,"url":"https://github.com/helloxz/docker-aria2","last_synced_at":"2025-07-28T23:36:41.898Z","repository":{"id":79888384,"uuid":"272118511","full_name":"helloxz/docker-aria2","owner":"helloxz","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-04T09:49:13.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T08:37:23.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helloxz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-14T02:19:30.000Z","updated_at":"2021-12-04T09:49:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b01d741d-6329-44c9-8b99-4a11ff969c17","html_url":"https://github.com/helloxz/docker-aria2","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/helloxz%2Fdocker-aria2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fdocker-aria2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fdocker-aria2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fdocker-aria2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helloxz","download_url":"https://codeload.github.com/helloxz/docker-aria2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240540548,"owners_count":19817791,"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-10T10:11:12.180Z","updated_at":"2025-02-24T18:56:27.842Z","avatar_url":"https://github.com/helloxz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aria2 Docker版\n\n## 构建镜像\n\n先克隆此项目到本地：\n\n```bash\ngit clone https://github.com/helloxz/docker-aria2.git\n```\n\n通过Dockerfile构建此镜像\n\n```bash\ndocker build -t xxx/aria2:latest .\n```\n\n* `xxx`名字自己取，如果需要推送到Docker Hub，`xxx`则为您Docker Hub用户名\n\n\n\n## 运行容器\n\n```bash\ndocker run --name=\"aria2\" -d -p 6800:6800 -p 51413:51413 \\\n    -v /data/download:/data/download \\\n    -e PASS=\"xiaoz.me\" \\\n    helloz/aria2:latest\n```\n\n* 6080/51413：为Aria2使用端口，请注意防火墙放行\n\n* /data/download：为下载目录，请自行设置\n\n* xiaoz.me：为Aria2 RPC密钥，请注意修改\n\n  \n\n如果你比较懒不想自己构建镜像，也可以使用xiaoz已经构建好的镜像直接进行部署，命令为：\n\n```bash\ndocker run --name=\"aria2\" -d -p 6800:6800 -p 51413:51413 \\\n    -v /data/download:/data/download \\\n    -e PASS=\"xiaoz.me\" \\\n    helloz/aria2\n```\n\n\n\n## 使用CCAA\n\n如果您想在您的VPS一键安装Aria2 + AriaNG + FileBrowser等软件，请参考CCAA项目：https://github.com/helloxz/ccaa\n\n\n\n## 其它说明\n\n* 此镜像基于Alpine Linux制作，体积小巧\n* 此镜像适用于X86/X64架构，不支持ARM\n* 此镜像仅包含Aria2，请自行配合AriaNG等WEB界面使用\n\n\n\n## 联系我\n\n* Blog:https://www.xiaoz.me/\n* QQ:337003006\n\n\n\n## 鸣谢\n\n此项目离不开以下项目，在此表示感谢。\n\n* https://github.com/q3aql/aria2-static-builds\n* https://www.alpinelinux.org/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloxz%2Fdocker-aria2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloxz%2Fdocker-aria2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloxz%2Fdocker-aria2/lists"}