Site updated at 2017-10-14 06:49:32 UTC

This commit is contained in:
Travis CI 2017-10-14 06:49:32 +00:00
parent 64bb7af75d
commit ad179fcd0e
28 changed files with 77 additions and 74 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DuckDNS - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Automatically update your Duck DNS IP address.">
<meta name="description" content="Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/addons/duckdns/">
<meta property="fb:app_id" content="338291289691179">
@ -16,12 +16,12 @@
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/addons/duckdns/">
<meta property="og:type" content="article">
<meta property="og:description" content="Automatically update your Duck DNS IP address.">
<meta property="og:description" content="Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="DuckDNS">
<meta name="twitter:description" content="Automatically update your Duck DNS IP address.">
<meta name="twitter:description" content="Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">

View file

@ -83,7 +83,7 @@
<ul>
<li>
<a href='/addons/duckdns/'>DuckDNS</a><br>
Automatically update your Duck DNS IP address.
Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.
</li>
<li>
<a href='/addons/google_assistant/'>Google Assistant</a><br>
@ -93,10 +93,6 @@
<a href='/addons/configurator/'>HASS Configurator</a><br>
Browser-based configuration file editor for Home Assistant.
</li>
<li>
<a href='/addons/lets_encrypt/'>Let's Encrypt</a><br>
Automatically manage your SSL certificate using Let's Encrypt.
</li>
<li>
<a href='/addons/mosquitto/'>Mosquitto MQTT broker</a><br>
Fast and reliable MQTT broker.
@ -136,6 +132,10 @@
<a href='/addons/git_pull/'>GIT pull</a><br>
Load and update configuration files for Home Assistant from a GIT repository.
</li>
<li>
<a href='/addons/lets_encrypt/'>Let's Encrypt</a><br>
Automatically manage your SSL certificate using Let's Encrypt.
</li>
<li>
<a href='/addons/mariadb/'>MariaDB</a><br>
MariaDB Server is one of the most popular database servers in the world.

View file

@ -75,9 +75,12 @@
</h1>
</header>
<hr class="divider">
<p>Setup and manage a <a href="https://letsencrypt.org/">Lets Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
<p class="note">
You should not use this if you are also using the <a href="/addons/duckdns/">DuckDNS add-on</a>. The DuckDNS add-on has integrated Lets Encrypt support.
</p>
<p>Setup and manage a <a href="https://letsencrypt.org/">Lets Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
<p class="note warning">
This add-on need port 80/443 to verify the certificate request, please stop all add-ons that also use these ports, or you may not be able to start this add-on.
This add-on uses ports 80/443 to verify the certificate request. You will need to stop all other add-ons that also use these ports.
</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"challenge"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https"</span><span class="p">,</span><span class="w">