Yet Another Aria2 Web Frontend
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.
Run aria2 with RPC enabled
aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all
with 'JSON-RPC PATH' likehttp://hostname:port/jsonrpcRecommend: Set
--rpc-secret=<secret>if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' likehttp://token:secret@hostname:port/jsonrpcSet
--rpc-user=<username> --rpc-passwd=<passwd>if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' likehttp://username:passwd@hostname:port/jsonrpc
Visit index.html.
Change "JSON-RPC Path" setting if "Internal server error" occurred.
--save-session=SOME/WHERE and reload with --continue=true --input-file=SOME/WHERE to continue.$HOME/.aria2/aria2.conf to save your options.yaaw is licensed under GNU Lesser General Public License. You may get a copy of the GNU Lesser General Public License from http://www.gnu.org/licenses/lgpl.txt