The *aria2* role installs the *aria2* download manager and sets it up to run as a system service with RPC enabled. It also sets up the web UI, though that must be installed manually from an archive, for now.
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
Alias /aria2 /var/lib/aria2/webui
|
|
|
|
<Location /aria2>
|
|
Require all granted
|
|
</Location>
|