Site updated at 2017-10-02 23:17:16 UTC

This commit is contained in:
Travis CI 2017-10-02 23:17:16 +00:00
parent 0c15eceae3
commit 54f0c2a263
26 changed files with 65 additions and 65 deletions

View file

@ -212,7 +212,7 @@ CMD [ "/run.sh" ]
<tr>
<td>webui</td>
<td>no</td>
<td>A URL for web interface of this add-on. Like <code class="highlighter-rouge">http://[HOST]:[PORT:2839]/dashboard</code>, the port needs the internal port, which will be replaced with the effective port.</td>
<td>A URL for web interface of this add-on. Like <code class="highlighter-rouge">http://[HOST]:[PORT:2839]/dashboard</code>, the port needs the internal port, which will be replaced with the effective port. It is also possible to bind the proto part to a config options with: <code class="highlighter-rouge">[PROTO:option_name]://[HOST]:[PORT:2839]/dashboard</code> and he lookup if they is True and going to <code class="highlighter-rouge">https</code>.</td>
</tr>
<tr>
<td>boot</td>