2016-05-18 14:46:56 -07:00
|
|
|
|
<div id="dashboardHostingPage" data-role="page" class="page type-interior advancedConfigurationPage withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Hosting%20Settings">
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<form class="dashboardHostingForm">
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
2016-06-07 12:46:55 -07:00
|
|
|
|
<div class="inputContainer">
|
2016-08-17 23:26:47 -07:00
|
|
|
|
<input is="emby-input" type="text" id="txtLocalAddress" label="${LabelBindToLocalNetworkAddress}" />
|
2016-06-07 12:46:55 -07:00
|
|
|
|
<div class="fieldDescription">${LabelBindToLocalNetworkAddressHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtPortNumber" label="${LabelLocalHttpServerPortNumber}" pattern="[0-9]*" required="required" min="1" />
|
|
|
|
|
<div class="fieldDescription">${LabelLocalHttpServerPortNumberHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtHttpsPort" pattern="[0-9]*" required="required" min="1" label="${LabelHttpsPort}" />
|
|
|
|
|
<div class="fieldDescription">${LabelHttpsPortHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" label="${LabelPublicHttpPort}" id="txtPublicPort" pattern="[0-9]*" required="required" min="1" />
|
|
|
|
|
<div class="fieldDescription">${LabelPublicHttpPortHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" type="number" id="txtPublicHttpsPort" pattern="[0-9]*" required="required" min="1" label="${LabelPublicHttpsPort}" />
|
|
|
|
|
<div class="fieldDescription">${LabelPublicHttpsPortHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<div style="display: flex; align-items: center;">
|
|
|
|
|
<div style="flex-grow:1;">
|
|
|
|
|
<input is="emby-input" type="text" id="txtCertificatePath" label="${LabelCustomCertificatePath}" />
|
|
|
|
|
</div>
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<button type="button" is="paper-icon-button-light" id="btnSelectCertPath" title="${ButtonSelectDirectory}" class="autoSize"><i class="md-icon">search</i></button>
|
2016-06-07 12:46:55 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div class="fieldDescription">${LabelCustomCertificatePathHelp}</div>
|
|
|
|
|
</div>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
2016-06-07 12:46:55 -07:00
|
|
|
|
<div class="inputContainer">
|
|
|
|
|
<input is="emby-input" id="txtDdns" type="text" label="${LabelExternalDDNS}" />
|
|
|
|
|
<div class="fieldDescription">${LabelExternalDDNSHelp}</div>
|
|
|
|
|
</div>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
2016-06-07 12:46:55 -07:00
|
|
|
|
<div>
|
|
|
|
|
<paper-checkbox id="chkEnableHttps">${LabelEnableHttps}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableHttpsHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<paper-checkbox id="chkEnableUpnp">${LabelEnableAutomaticPortMap}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block"><i class="md-icon">check</i><span>${ButtonSave}</span></button>
|
2016-06-07 12:46:55 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</form>
|
2015-01-18 21:29:57 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|