diff --git a/configuration.js b/configuration.js index 46d6019..10fe943 100644 --- a/configuration.js +++ b/configuration.js @@ -5,6 +5,7 @@ angular .constant('$pageSize', 11) // number of downloads shown before pagination kicks in .constant('$authconf', { // default authentication configuration, never fill it in case the webui is hosted in public IP as it can be compromised host: 'localhost', + path: '/jsonrpc', port: 6800, encrypt: false, auth: { // either add the token field or the user and pass field, not both. diff --git a/index.html b/index.html index 6dbb6b4..7ccd623 100755 --- a/index.html +++ b/index.html @@ -944,6 +944,20 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4 +
+ Enter path for the aria2 rpc endpoint (default = /jsonrpc) +
+