Deluge SSL and More Logging

- Added option to use Deluge WebUI SSL using certificate file path
- Added logging in order to understand other bugs
This commit is contained in:
Noam
2016-02-28 12:37:44 +02:00
parent 85f5dcf2cb
commit ef08a50673
4 changed files with 153 additions and 71 deletions
+6
View File
@@ -392,6 +392,12 @@
<input type="text" name="deluge_host" value="${config['deluge_host']}" size="30">
<small>Usually http://localhost:8112 (requires WebUI plugin)</small>
</div>
<div class="row">
<label>Deluge SSL Certificate</label>
<input type="text" name="deluge_cert" value="${config['deluge_cert']}" size="30">
<small>Path to the certificate file. Make sure to use a valid certificate ("Issued To" field must match
hostname).</small>
</div>
<div class="row">
<label>Deluge Password</label>
<input type="password" name="deluge_password" value="${config['deluge_password']}" size="30">