jc3213 / download_with_aria2

The browser extenson for aria2 download utility via JSON-RPC
https://jc3213.github.io/download_with_aria2/
GNU Lesser General Public License v2.1
65 stars 9 forks source link

is there any information on how to enable aria2 on the wiki or README.md? #46

Closed candrapersada closed 1 year ago

jc3213 commented 1 year ago

You mean how to run aria2c.exe as a jsonrpc server? Maybe https://github.com/jc3213/batchscript will help you.

candrapersada commented 1 year ago

what I mean is for other OS than Windows like Linux

jc3213 commented 1 year ago

Oops, i don't quite familiar with Linux. But you can run

aria2c --enable-rpc=true --rpc-allow-origin-all=true --rpc-listen-all=true --rpc-secret=${YOUR TOKEN}

Official document here https://aria2.github.io/manual/en/html/aria2c.html

jc3213 commented 1 year ago

I've also complete most part of documentation in Wiki