The Docker image for Aria2 + AriaNg / Aria2 + AriaNg + File Manager + Rclone (Support ARM CPUs)
1M+
A docker image with Aria2 + AriaNg+FileBrowser all in one.
One Docker image for all file downloading, managing, playing and evening sharing platforms!
Besides, it's pretty small and ARM CPU supported which means you can run it on Raspberry Pi🍓.
Last but not least, SSL enabling so easy!
AriaNG

File Browser

Docker will pick the the proper ARCH for you. e.g. arm64v8 or x86_64
docker run -d --name aria2-ui -p 80:80 wahyd4/aria2-ui
admin/admin as username and password to login for the first time. docker run -d --name ariang \
-p 80:80 \
-p 443:443 \
-e PUID=1000 \
-e PGID=1000 \
-e ENABLE_AUTH=true \
-e RPC_SECRET=Hello \
-e DOMAIN=https://example.com \
-e ARIA2_SSL=false \
-e ARIA2_USER=user \
-e ARIA2_PWD=pwd \
-e ARIA2_EXTERNAL_PORT=443 \
-v /yourdata:/data \
-v /app/a.db:/app/filebrowser.db \
-v /yoursslkeys/:/app/conf/key \
-v <the folder of aria2.conf and aria2.session>:/app/conf \
wahyd4/aria2-ui
Please go to https://github.com/wahyd4/aria2-ariang-docker for more information.
Content type
Image
Digest
sha256:d0896842c…
Size
115.9 MB
Last updated
8 months ago
docker pull wahyd4/aria2-ui