Site updated at 2017-09-27 05:13:04 UTC
This commit is contained in:
parent
96373e35ba
commit
b23cb34529
214 changed files with 1708 additions and 1630 deletions
|
@ -86,7 +86,10 @@
|
|||
>Comments</a>
|
||||
</div>
|
||||
</header>
|
||||
<p>Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.</p>
|
||||
<p class="note">
|
||||
The instructions in this blog post are outdated. Please have a look at the <a href="/blog/2017/09/27/effortless-encryption-with-lets-encrypt-and-duckdns/">new instructions</a>.
|
||||
</p>
|
||||
<p>Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.</p>
|
||||
<p>This tutorial will take you through the steps to setup a dynamic DNS for your IP and allow trusted encrypted connection to it - for free using <a href="https://duckdns.org">DuckDNS</a> and <a href="https://letsencrypt.org">Let’s Encrypt</a>.</p>
|
||||
<p class="img">
|
||||
<img src="/images/blog/2015-12-lets-encrypt/letsencrypt-secured.png" />
|
||||
|
@ -189,6 +192,9 @@ sudo docker run -it --rm -p 80:80 --name certbot <span class="se">\</span>
|
|||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||
<h1 class="title delta">Recent Posts</h1>
|
||||
<ul class="divided">
|
||||
<li class="post">
|
||||
<a href="/blog/2017/09/27/effortless-encryption-with-lets-encrypt-and-duckdns/">Effortless encryption with Let's Encrypt and DuckDNS</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<a href="/blog/2017/09/26/new-hassio-build-system/">Improved Hass.io build system</a>
|
||||
</li>
|
||||
|
@ -201,9 +207,6 @@ sudo docker run -it --rm -p 80:80 --name certbot <span class="se">\</span>
|
|||
<li class="post">
|
||||
<a href="/blog/2017/09/09/release-53/">0.53: Tesla, Customize editor, and super fast KNX rewrite</a>
|
||||
</li>
|
||||
<li class="post">
|
||||
<a href="/blog/2017/08/26/release-0-52/">0.52: Scripts editor, Nello.io locks, HipChat and Abode Home Security</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue