YAAW

Yet Another Aria2 Web Frontend

Live Demodemo/index.html

View the Project on GitHub binux/yaaw

YAAW

Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.

No HTTP server, backend or server-side program. All you need is just a browser.


Usage

  1. Run aria2 with RPC enabled

    aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all

    Warning: This options will not verify the identity of caller. Using --rpc-user=<username> --rpc-passwd=<passwd> if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' like http://username:passwd@hostname:port/jsonrpc

  2. Visit index.html.

  3. Change "JSON-RPC Path" setting if "Internal server error" occurred.

Tips


Components

License

yaaw is licensed under GUN Lesser General Public License. You may get a copy of the GUN Lesser General Public License from http://www.gnu.org/licenses/lgpl.txt