wahyd4/aria2-ui

By wahyd4

Updated 8 months ago

The Docker image for Aria2 + AriaNg / Aria2 + AriaNg + File Manager + Rclone (Support ARM CPUs)

Image
159

1M+

wahyd4/aria2-ui repository overview

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 Screenshot

File Browser File Browser

Features

  • Aria2 (SSL support)
  • AriaNg
  • Rclone
  • Auto HTTPS (Let's Encrypt)
  • Bind non root user into container, so non root user can also manage downloaded files.
  • Basic Auth
  • File indexing and video playing (File Browser)
  • Add support for ARM CPUs, please choose correct docker image TAG
  • wahyd4/aria2-ui:latest

Docker will pick the the proper ARCH for you. e.g. arm64v8 or x86_64

How to run

Quick run
  docker run -d --name aria2-ui -p 80:80 wahyd4/aria2-ui
Full features run
  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

More information

Please go to https://github.com/wahyd4/aria2-ariang-docker for more information.

Tag summary

Content type

Image

Digest

sha256:d0896842c

Size

115.9 MB

Last updated

8 months ago

docker pull wahyd4/aria2-ui