mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-12 12:03:59 +01:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user