Fork of Webui Aria2 (with themes)
Go to file
hamza zia 38d4cabd0a Merge pull request #203 from cagmz/master
Updated link to aria2 project page
2016-04-24 16:06:52 +08:00
css Add flag-icon-css(https://github.com/lipis/flag-icon-css). 2015-10-30 15:48:25 +08:00
flags Add flag-icon-css(https://github.com/lipis/flag-icon-css). 2015-10-30 15:48:25 +08:00
fonts Upgraded to Bootstrap 3.3.2 2015-03-13 21:39:35 +13:00
img refactored core and fixed small resolution bugs 2012-12-26 18:57:11 +08:00
js Merge pull request #201 from miladj/master 2016-04-24 16:06:05 +08:00
screenshots added screenshot and reduced overview graph tick size 2014-06-02 19:59:07 +08:00
.gitignore Added missing http-user and place them to $downloadProps 2015-08-28 21:46:32 +08:00
configuration.js added custom aria2 rpc path setting. Fixes #161 2015-09-12 16:55:02 +08:00
directurl.md update DirectURL tutorial 2015-04-30 10:27:42 +08:00
Dockerfile + Dockerfile and doc 2015-04-28 18:14:16 +02:00
favicon.ico Provide a new favicon 2014-05-24 16:55:42 +02:00
index.html Changing Position In Queue 2016-03-30 11:21:01 +04:30
LICENSE refactored core and fixed small resolution bugs 2012-12-26 18:57:11 +08:00
README.md Update README.md 2016-04-08 01:26:20 +06:00
webui-aria2.spec CentOS spec file to webui-aria2 2016-02-08 14:26:20 +03:00

webui-aria2

Main interface

The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line brings more power than necessary. The project was initially created as part of the GSOC scheme, however it has rapidly grown and changed with tremendous support and feedback from the aria2 community.

Very simple to use, no build scripts, no installation scripts. First start aria2 in the background either in your local machine or in a remote one. You can do that as follows:

aria2c --enable-rpc --rpc-listen-all

If aria2 is not installed in your local machine then head on to https://aria2.github.io/ and follow the instructions there.

Then download the webui, you can either do that by downloading this repository and running index.html in the browser. Or you could just head on to http://ziahamza.github.io/webui-aria2/ and just start downloading files! After that you can also save it for offline use by saving from the browser save page as option.

Tips

  1. You can always select which files to download in case of torrents or metalinks. Just pause a download and a list icon should appear next to the settings button. To select which files to download before starting the download, give the flag --pause-metadata to aria2. See link

Configuration

Read and edit configuration.js.

DirectURL

This feature allows users to download files that they download from aria2 directly from the webui dashboard. If you are familiar with how webservers work, setup a http server that points at the configured aria2 download directory, check permissions. Then Specify a full url: http://server:port/ in the webui directURL configuration.

If the above is not obvious, keep reading what this is about in directurl.md

Dependencies

Well, you need aria2. And a web browser (if that even counts!)

Docker support

You can also try or use webui-aria2 in your LAN inside a Docker sandbox.

Build the image

sudo docker build -t yourname/webui-aria2 .

..and run it! It will be available at: http://localhost:9100

sudo docker run -v /Downloads:/data -p 6800:6800 -p 9100:8080 --name="webui-aria2" yourname/webui-aria2

/Downloads is the directory in the host where you want to keep the downloaded files

Support

For any support, feature request and bug report add an issue in the github project. link

License

Refer to the LICENSE file (MIT License). If the more liberal license is needed then add it as an issue