minor change for aria2 to listen on all interfaces

This commit is contained in:
Hamza Zia 2012-07-06 20:42:57 +08:00
parent 37e6a48230
commit 21c97bf577

View File

@ -1,33 +1,33 @@
webui-aria2 webui-aria2
=========== ===========
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 created as part of the GSOC scheme with tremendous support and feedback from the aria2 community. 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 created as part of the GSOC scheme 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: 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** **aria2c --enable-rpc --rpc-listen-all**
If aria2 is not installed in your local machine then head on to http://aria2.sourceforge.net/ and follow the instructions there. If aria2 is not installed in your local machine then head on to http://aria2.sourceforge.net/ 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.com/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. 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.com/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.
Status Status
=========== ===========
Usable but some bugs here and there. A lot more to features to come so stay tuned. Usable but some bugs here and there. A lot more to features to come so stay tuned.
TODO TODO
----------- -----------
* More advance options for new download * More advance options for new download
* Add download and upload speed graphs and virtualizations * Add download and upload speed graphs and virtualizations
* More specialized info for special download types like bit torrent and metalink * More specialized info for special download types like bit torrent and metalink
* Adding URIs to existing downloads * Adding URIs to existing downloads
Dependencies Dependencies
============ ============
Well, I guess you cannot run it without aria2 installed locally or on a network location. And not sure if a web browser counts as a dependency on GUI desktops :) Well, I guess you cannot run it without aria2 installed locally or on a network location. And not sure if a web browser counts as a dependency on GUI desktops :)
Support Support
======= =======
For any support, feature request and bug report add an issue in the github project tab or head on the aria2 forums (https://sourceforge.net/apps/phpbb/aria2) and post your issue there. For any support, feature request and bug report add an issue in the github project tab or head on the aria2 forums (https://sourceforge.net/apps/phpbb/aria2) and post your issue there.