Aria2-Pro-Docker icon indicating copy to clipboard operation
Aria2-Pro-Docker copied to clipboard

Make RPC secret persistant in aria-ng

Open abulusky opened this issue 1 year ago • 0 comments

Is there a way to make the RPC secret persistent for the web-ui across sessions? I tried binding ./ariang-config:/app/conf and config.json:

{
  "defaultRpcHost": "localhost",
  "defaultRpcPort": "6800",
  "defaultRpcProtocol": "http",
  "defaultRpcSecret": "P3TERX"
}

it didn't work.

abulusky avatar Dec 01 '24 17:12 abulusky