Site updated at 2017-10-07 22:49:55 UTC
This commit is contained in:
parent
f9a8fad682
commit
9ff55add23
128 changed files with 676 additions and 657 deletions
|
@ -87,7 +87,7 @@ Screenshot of the HASS Configurator.
|
|||
<li>Upload and download files.</li>
|
||||
<li>Stage and commit changes in Git repositories, create and switch between branches, push to remotes.</li>
|
||||
<li>Lists of available triggers, events, entities, conditions and services. Selected element gets inserted into the editor at the last cursor position.</li>
|
||||
<li>Restart Home Assitant directly with the click of a button. Reloading groups, automations etc. can be done as well. An API-password is required.</li>
|
||||
<li>Restart Home Assistant directly with the click of a button. Reloading groups, automations etc. can be done as well. An API-password is required.</li>
|
||||
<li>SSL support.</li>
|
||||
<li>Optional authentication and IP filtering for added security.</li>
|
||||
<li>Direct links to Home Assistant documentation and icons.</li>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
- <strong>broadcast</strong> (<em>Required</em>): Network broadcast address.
|
||||
- <strong>gateway</strong> (<em>Required</em>): A List of gateways.
|
||||
<ul>
|
||||
<li><strong>interface</strong> (<em>Required</em>): Inteface on that will be listen. Normaly is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
|
||||
<li><strong>interface</strong> (<em>Required</em>): Inteface on that will be listen. Normally is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>hosts</strong> (<em>Optional</em>): A list of fixed IPs for devices.
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
<li><strong>defaults</strong> (<em>Required</em>): A list of dns server to forward default requests.</li>
|
||||
<li><strong>forwards</strong> (<em>Optional</em>): A list of domains that will forward to a specific server.</li>
|
||||
<li><strong>hosts</strong> (<em>Optional</em>): A list of hosts to resolve it static.</li>
|
||||
<li><strong>interface</strong> (<em>Optional</em>): If a interface is set, it listen only on this interface. Need to set for resinos. Normaly is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
|
||||
<li><strong>interface</strong> (<em>Optional</em>): If a interface is set, it listen only on this interface. Need to set for resinos. Normally is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Set up a <a href="https://mariadb.org/">mariadb</a> SQL server. It support multible database, users and permission. If you want only connect from inside use <code class="highlighter-rouge">core-mariadb</code> as host address.</p>
|
||||
<p>Set up a <a href="https://mariadb.org/">mariadb</a> SQL server. It support multiple database, users and permission. If you want only connect from inside use <code class="highlighter-rouge">core-mariadb</code> as host address.</p>
|
||||
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
|
||||
</span><span class="nt">"databases"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"homeassistant"</span><span class="p">],</span><span class="w">
|
||||
</span><span class="nt">"logins"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<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>
|
||||
<li><strong>interface</strong> (<em>Optional</em>): Interface on that will start the share. Normally is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue