downloader-exporter icon indicating copy to clipboard operation
downloader-exporter copied to clipboard

Document how to configure Deluge user/password

Open ngosang opened this issue 2 years ago • 0 comments

  1. You have to open the file deluge_folder/auth
  2. The file format is <user>:<password>:10
  3. Edit the config.yml in downloader-exporter
deluge:
    client: deluge
    host: deluge:58846
    username: <user>
    password: <pass>

ngosang avatar Sep 17 '22 20:09 ngosang