The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use, just download and open index.html in any web browser.
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 to use the WebUI-Aria2,
- You can either download this repository and open index.html from
docs
folder. - Or you could just head on to https://ziahamza.github.io/webui-aria2 and start downloading files! Once you have visited the URL thanks to Progressive Web Apps you can open the same URL even when you are offline.
- Or you can also use NodeJS to create simple server by using the following command from the project folder.
node node-server.js
Tips
- 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!)
from https://github.com/ziahamza/webui-aria2
No comments:
Post a Comment