Site updated at 2017-07-27 18:59:40 UTC

This commit is contained in:
Travis CI 2017-07-27 18:59:41 +00:00
parent f885bc11ce
commit bfe39fc1df
28 changed files with 42 additions and 40 deletions

View file

@ -98,7 +98,7 @@
<li><strong>name</strong> (<em>Optional</em>): default <code class="highlighter-rouge">hassio</code>. Set netbios name of hassio device.</li>
<li><strong>workgroup</strong> (<em>Optional</em>): default <code class="highlighter-rouge">WORKGROUP</code>. Set network workgroup.</li>
<li><strong>guest</strong> (<em>Optional</em>): Allow login without a username or password. Defaults to <code class="highlighter-rouge">true</code>.</li>
<li><strong>map</strong> (<em>Optional</em>): Control whitch folder will be expose. <code class="highlighter-rouge">config</code> is for Home Assistant configuration folder. <code class="highlighter-rouge">addons</code> for local custom repositiory. <code class="highlighter-rouge">share</code> is a folder that can access from add-ons and Home Assistant too. <code class="highlighter-rouge">backup</code> for access to snapshot files. <code class="highlighter-rouge">ssl</code> for certificate storage, be careful with this option! Defaults to <code class="highlighter-rouge">true</code>.</li>
<li><strong>map</strong> (<em>Optional</em>): Control which folder will be expose. <code class="highlighter-rouge">config</code> is for Home Assistant configuration folder. <code class="highlighter-rouge">addons</code> for local custom repositiory. <code class="highlighter-rouge">share</code> is a folder that can access from add-ons and Home Assistant too. <code class="highlighter-rouge">backup</code> for access to snapshot files. <code class="highlighter-rouge">ssl</code> for certificate storage, be careful with this option! Defaults all to <code class="highlighter-rouge">true</code>, except for <code class="highlighter-rouge">ssl</code>.</li>
<li><strong>username</strong> (<em>Optional</em>): The username for logging in if guest login is not used.</li>
<li><strong>password</strong> (<em>Optional</em>): Password for <code class="highlighter-rouge">username</code>. An empty password is not supported.</li>
<li><strong>interface</strong> (<em>Optional</em>): Interface on that will start the share. Normaly is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>