diff --git a/duckdns/README.md b/duckdns/README.md index 0c27a94..dd78a62 100644 --- a/duckdns/README.md +++ b/duckdns/README.md @@ -6,11 +6,11 @@ Automatically update your Duck DNS IP address with integrated HTTPS support via ## About -[Duck DNS][duckdns] is a free service that will point a DNS (sub-domains of duckdns.org) to an IP of your choice. This add-on includes support for Let’s Encrypt and will automatically create and renew your certificates. You will need to sign up for a Duck DNS account before using this add-on. +[Duck DNS][duckdns] is a free service that points a DNS (sub-domains of duckdns.org) to an IP of your choice. This add-on includes support for Let’s Encrypt and automatically creates and renews your certificates. You need to sign up for a Duck DNS account before using this add-on. ## Installation -The installation of this add-on is straightforward and easy to do. +Follow these steps to get the add-on installed on your system: 1. Navigate in your Home Assistant frontend to **Hass.io** -> **Add-on Store**. 2. Find the "DuckDNS" add-on and click it. @@ -25,7 +25,6 @@ The installation of this add-on is straightforward and easy to do. - Copy the DuckDNS token (listed at the top of the page where account details are displayed) from `duckdns.org` and paste into the `token` option. - Update the `domains` option with the full domain name you registered. E.g., `my-domain.duckdns.org`. - ## Configuration Add-on configuration: @@ -48,11 +47,9 @@ Add-on configuration: The following options are for the option group: `lets_encrypt`. These settings only apply to Let's Encrypt SSL certificates. - #### Option `lets_encrypt.accept_terms` -Once you have read and accepted the Let's Encrypt [Subscriber Agreement](https://letsencrypt.org/repository/), change value to `true` in order to use Let's Encrypt services. - +Once you have read and accepted the Let's Encrypt[Subscriber Agreement](https://letsencrypt.org/repository/), change value to `true` in order to use Let's Encrypt services. #### Option `lets_encrypt.certfile` @@ -66,7 +63,6 @@ The name of the private key file generated by Let's Encrypt. The private key fil **Note**: _The file is stored in `/ssl/`, which is the default for Hass.io_ - ### Option: `token` The DuckDNS authentication token found at the top of the DuckDNS account landing page. The token is required to make any changes to the subdomains registered to your account.