Add config option to force SSL connections to PMS.

This commit is contained in:
Tim 2015-07-17 01:09:27 +02:00
parent 4f00ecc070
commit 61daedf1a5
3 changed files with 12 additions and 2 deletions

View file

@ -181,6 +181,12 @@
<p class="help-block">If you have media indexing enabled on your server, use these on the activity pane.</p>
</div>
</fieldset>
<fieldset>
<div class="checkbox">
<input type="checkbox" id="pms_ssl" name="pms_ssl" value="1" ${config['pms_ssl']}> Force SSL
<p class="help-block">Force PlexPy to connect to your Plex Server via SSL.</p>
</div>
</fieldset>
<div class="wellheader">
<h3>Plex Logs</h3>
</div>