Skip to content

forked from leonismoe/docker-images ,updated and fixed some bugs.

License

Notifications You must be signed in to change notification settings

hahach/AriaNg-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AriaNg docker

AriaNg docker, forked from leonismoe/docker-images

AriaNg

AriaNg, a modern web frontend making aria2 easier to use. http://ariang.mayswind.net

License Lastest Release

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.

Supported architectures

  • x86_64, amd64
  • i386 (Tags are prefixed by i386-)

Run

docker run -d --name ariang -p 6800:80 emile/ariang

Features

  1. Pure Html & Javascript, no runtime required
  2. Responsive design, supporting desktop and mobile devices
  3. User-friendly interface
    • Sort tasks (by name, size, progress, remain time, download speed, etc.), files, peers
    • Search tasks
    • Adjust download order by dragging task
    • More information of tasks (health percentage, client infomation of bt peers, etc.)
    • Filter files of tasks in file types (by videos, audios, pictures, documents, applications, archives, etc.)
    • Download/upload history chart of global or task
    • Full support of aria2 settings
  4. Url command line api support
  5. Download finished notification
  6. Multi-languages support
  7. Multi aria2 RPC host support
  8. Less bandwidth usage, only requesting incremental data

Screenshots

Desktop

AriaNg

Mobile Device

AriaNg

Usage Notes

Since AriaNg loads language resources asynchronously, you may not open index.html directly on the local file system to run AriaNg. It is recommended that you deploy AriaNg in a web container or download AriaNg Native that does not require a browser to run.

Documents

  1. English
  2. Simplified Chinese (简体中文)

Demo

Please visit http://ariang.mayswind.net/latest

License

MIT

About

forked from leonismoe/docker-images ,updated and fixed some bugs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 51.3%
  • Dockerfile 48.7%