Fork of https://github.com/mayswind/AriaNg which adds a nix package expression and custom options
This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
MaysWind 0038c76b95 update circle config 2018-07-09 01:31:07 +08:00
.circleci update circle config 2018-07-09 01:01:56 +08:00
scripts update circle config 2018-07-09 01:31:07 +08:00
src dir option in new task page supports history 2018-07-08 21:40:41 +08:00
.bowerrc init 2016-05-16 00:33:34 +08:00
.editorconfig update eslint 2016-12-11 02:11:27 +08:00
.eslintrc.json update eslint 2016-12-11 02:11:27 +08:00
.gitattributes init 2016-05-16 00:33:34 +08:00
.gitignore update ignore file 2017-03-26 15:21:49 +08:00
LICENSE update LICENSE 2017-03-31 08:54:33 +08:00
README.md Add building requirement. 2017-10-21 20:50:46 +08:00
bower.json update angular-input-dropdown 2018-07-08 22:45:49 +08:00
gulpfile.js add icons 2017-12-09 23:05:29 +08:00
package.json update third party dependencies 2018-05-10 00:42:00 +08:00

README.md

AriaNg

License Lastest Build 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.

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

Installation

Prebuilt release

Latest Release: https://github.com/mayswind/AriaNg/releases

Latest Daily Build: https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip

Building from source

Make sure you have Node.js, NPM, Gulp and Bower installed. Then download the source code, and follow these steps.

$ npm install
$ bower install
$ gulp clean build

The builds will be placed in the dist directory.

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