{"id":18023385,"url":"https://github.com/beginor/docker-aria2","last_synced_at":"2025-03-26T23:31:05.825Z","repository":{"id":144769219,"uuid":"108617503","full_name":"beginor/docker-aria2","owner":"beginor","description":"aria2 and httpd (busybox) in docker","archived":false,"fork":false,"pushed_at":"2022-03-30T08:24:42.000Z","size":6,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T17:23:29.146Z","etag":null,"topics":["aria2-app","docker-image","webui-aria2"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/beginor.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":"2017-10-28T03:44:35.000Z","updated_at":"2023-06-14T00:32:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"a3e1a740-05be-4b1c-88a0-4c4d0580e3ef","html_url":"https://github.com/beginor/docker-aria2","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-aria2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-aria2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-aria2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-aria2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beginor","download_url":"https://codeload.github.com/beginor/docker-aria2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245753902,"owners_count":20666833,"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":["aria2-app","docker-image","webui-aria2"],"created_at":"2024-10-30T07:09:14.514Z","updated_at":"2025-03-26T23:31:05.807Z","avatar_url":"https://github.com/beginor.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-aria2\n\naria2 and httpd (busybox), you can use any webui as you like!\n\n## Sample usage:\n\n### 1. Get the image\n\n#### Pull from docker hub\n\n```sh\ndocker pull beginor/aria2:1.35.0\n```\n\n#### Or build it\n\n```sh\nhttps://github.com/beginor/docker-aria2.git aria2\ncd aria2\n./build.sh\n```\n\n### 2. Download your favorite web ui of aria2 (test with [webui-aria2](https://github.com/ziahamza/webui-aria2) and [AriaNg](https://github.com/mayswind/AriaNg)) , and extract it to a webui folder.\n\n### 3. Create a `docker-compose.yml` like this, and you can change it as you like:\n\n```yml\nversion: \"3\"\nservices:\n  aria2:\n    image: beginor/aria2:1.35.0\n    container_name: aria2\n    ports:\n      - 6800:6800 # aria2 rpc port\n      - 6880:6880 # http port\n    volumes:\n#      - ./aria2.conf:/aria2/aria2.conf\n#      - ./httpd.conf:/aria2/httpd.conf\n      - ./webui:/aria2/webui\n      - ~/Downloads:/aria2/downloads\n```\n\n### 4. Run and enjoy with `http://localhost:6880/`:\n\n```sh\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeginor%2Fdocker-aria2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeginor%2Fdocker-aria2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeginor%2Fdocker-aria2/lists"}