p3terx/ariang

By p3terx

Updated about 21 hours ago

AriaNg Docker image | A modern web frontend making aria2 easier to use | Aria2 WebUI

Image
179

5M+

p3terx/ariang repository overview

This is just Aria2 WebUI frontend, recommended for use with Aria2 Pro

Introduction

AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports any desktop or mobile devices.

Usage

  • Run container
# bridge network mode
docker run -d \
    --name ariang \
    --log-opt max-size=1m \
    --restart unless-stopped \
    -p 6880:6880 \
    p3terx/ariang

# host network mode (If you need to use IPv6 network access, this is the easiest way)
docker run -d \
    --name ariang \
    --log-opt max-size=1m \
    --restart unless-stopped \
    --network host \
    p3terx/ariang --port 6880 --ipv6
  • Access port 6880

Screenshots

Desktop

image

Mobile Device

image

Credits

Tag summary

Content type

Image

Digest

sha256:88dfc3d2f

Size

1 MB

Last updated

about 21 hours ago

docker pull p3terx/ariang:test