ghostry / yaaw

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

Home Page:binux.github.com/yaaw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAAW

汉化版地址:http://yaaw.1ge.fun/

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 -c -D

Warning: This options will not verify the identity of caller. KEEP THE ADDRESS SECRET.

  1. Visit index.html.

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

Tips

  • All your settings on web is temporary. Settings will be lost after aria2 restarted.
  • Tasks(including which is not finished) will be lost after aria2 restarted. Using --save-session=SOME/WHERE and reload with --continue=true --input-file=SOME/WHERE to continue.
  • Using $HOME/.aria2/aria2.conf to save your options.
  • For more infomations about aria2, visit Aria2 Manual

Components

License

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

汉化

ghostry( https://blog.1ge.fun )部分汉化

About

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

binux.github.com/yaaw/


Languages

Language:JavaScript 82.2%Language:HTML 12.6%Language:CSS 5.3%