Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.55 KB

aria2.md

File metadata and controls

45 lines (36 loc) · 1.55 KB
title description published date tags editor dateCreated
aria2
true
2022-12-26 07:30:00 UTC
markdown
2022-09-18 05:02:21 UTC

Aria2

Requirements: Aria2 running and in daemon mode, with XML-RPC enabled {.is-info}

Passes URIs in entries to the Aria2 downloader. Supports HTTP, HTTPS, FTP, Torrent, Magnet.

Start can be simple as

aria2c --enable-rpc --rpc-listen-all

Which is also very insecure. See Aria2 documentation for improving on that.

Options

Name Default Required Description
rpc_mode xml No Mode of the aria2 RPC server. (Currently supported xml and json)
rpc_path rpc No Path of the RPC server URL. (By default, it's rpc on XML-RPC mode and jsonrpc on JSON-RPC mode.)
scheme http No Scheme used by the aria2 RPC server. (Currently supported http and https)
server localhost No Hostname or IP of the server where Aria2 is running and has RPC enabled.
port 6800 No Port to connect to on the server listed above.
username N/A No Username used to connect to the aria2 RPC server. (Corresponds to rpc-user in the Aria2 config file.)
password N/A No Password used to connect to the aria2 RPC server. (Corresponds to rpc-passwd in the Aria2 config file.)
path N/A Yes Output directory
secret N/A No Aria2 rpc-secret
options N/A No Any Aria2 options in key-value format.

Example

aria2:
  path: ~/downloads/