diff --git a/addons/duckdns/index.html b/addons/duckdns/index.html new file mode 100644 index 0000000000..5236aa5013 --- /dev/null +++ b/addons/duckdns/index.html @@ -0,0 +1,144 @@ + + + + + + + + + Let's Encrypt - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+
+
+
+ +
+

+ Let's Encrypt +

+
+
+

Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice

+
{
+  "token": "sdfj-2131023-dslfjsd-12321",
+  "domains": ["example.com", "mqtt.example.com", "hass.example.com"]
+}
+
+
+

Configuration variables:

+
    +
  • token (Required): Your Duck DNS API key.
  • +
  • domains (Required): A list of domains to update dns.
  • +
+
+
+ +
+
+ + + + diff --git a/addons/index.html b/addons/index.html index 92f133bfa0..cdcd406a96 100644 --- a/addons/index.html +++ b/addons/index.html @@ -69,6 +69,7 @@

Add-ons for Hass.io allows the user to extend the functionality around Home Assistant. This can be running an application that Home Assistant can integrate with (like an MQTT broker) or to share the configuration via Samba for easy editing from other computers. Add-ons can be configured via the Hass.io panel in Home Assistant.