Aria2 + AriaNg+FileBrowser - Docker image for downloading, managing, playing and evening sharing platforms - wahyd4/aria2-ui

Published on Aug. 22, 2023, 12:12 p.m.

One Docker image for all file downloading, managing, playing and evening sharing platforms!

Features include:

  • Aria2 (SSL support)
  • AriaNg
  • Rclone
  • Auto HTTPS
  • Bind non root user into the containers. This ensures that non root users can also manage downloaded files.
  • Bupa-Authored by BasicAuth.
  • File Index and video playing (File Browser).
  • support for ARM CPUs
    Recommended versions:

wahyd4/aria2-ui:latest
How to run :

```

docker run -d –name aria2-ui -p 80:80 wahyd4/aria2-ui

Aria2: http://yourip/ui/
FileManger: http://yourip
Rclone: http://yourip/rclone
You will have to use admin/admin to login for the first time.

Full features run as follows :

  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 :/app/conf \
 wahyd4/aria2-ui

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