
!Main interface
The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line brings more power than necessary. The project was initially created as part of the GSOC scheme, however it has rapidly grown and changed with tremendous support and feedback from the aria2 community.
Very simple to use, no build scripts, no installation scripts. First start aria2 in the background either in your local machine or in a remote one. You can do that as follows:
basharia2c --enable-rpc --rpc-listen-all
If aria2 is not installed in your local machine then head on to [***] and follow the instructions there.
Then to use the WebUI-Aria2,
docs folder.bashnode node-server.js
Read and edit configuration.js.
This feature allows users to download files that they download from aria2 directly from the webui dashboard. If you are familiar with how webservers work, setup a http server that points at the configured aria2 download directory, check permissions. Then Specify a full url: http://server:port/ in the webui directURL configuration.
If the above is not obvious, keep reading what this is about in directurl.md
Well, you need aria2. And a web browser (if that even counts!)
There is two Dockerfile in this project, one is a common Dockerfile, which can be use for testing purpose.
The second is a production ready Dockerfile for arm32v7 plateforms (which includes raspberry).
You can also try or use webui-aria2 in your LAN inside a Docker sandbox.
Build the image
bashsudo docker build -t yourname/webui-aria2 .
..and run it! It will be available at: http://localhost:9100
bashsudo docker run -v /Downloads:/data -p 6800:6800 -p 9100:8080 --name="webui-aria2" yourname/webui-aria2
/Downloads is the directory in the host where you want to keep the downloaded files
This image contains both aria2 and webui-aria2.
Build it (may take several hours due to the aria2 compilation process. Don't panic and grab a coffee).
docker build -f Dockerfile.arm32v7 -t yourname/webui-aria2 .
This command will ends up building three images:
ARIA2_VERSION is changed in the Dockerfile, otherwise you won't benefit from the update.Run it
docker run --restart=always \ -v /home/<USER>/data/aria2/downloads:/data/downloads \ -v /home/<USER>/data/aria2/.aria2:/home/aria/.aria2 \ -p 6800:6800 -p 9100:8080 \ --name="webui-aria2" \ -d yourname/webui-aria2
Checkout contributor's guide to know more about how to contribute to this project.
. If the more liberal license is needed then add it as an issue





探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务