duckdns: Removes condescending language and small improvements to docs (#872)

This commit is contained in:
Franck Nijhof
2019-12-05 21:46:49 +01:00
committed by Pascal Vizeli
parent 4baa9b2d70
commit dd7ca94ddf

View File

@@ -6,11 +6,11 @@ Automatically update your Duck DNS IP address with integrated HTTPS support via
## About ## 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 Lets 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 Lets Encrypt and automatically creates and renews your certificates. You need to sign up for a Duck DNS account before using this add-on.
## Installation ## 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**. 1. Navigate in your Home Assistant frontend to **Hass.io** -> **Add-on Store**.
2. Find the "DuckDNS" add-on and click it. 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. - 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`. - Update the `domains` option with the full domain name you registered. E.g., `my-domain.duckdns.org`.
## Configuration ## Configuration
Add-on configuration: Add-on configuration:
@@ -48,11 +47,9 @@ Add-on configuration:
The following options are for the option group: `lets_encrypt`. These settings The following options are for the option group: `lets_encrypt`. These settings
only apply to Let's Encrypt SSL certificates. only apply to Let's Encrypt SSL certificates.
#### Option `lets_encrypt.accept_terms` #### 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` #### 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_ **Note**: _The file is stored in `/ssl/`, which is the default for Hass.io_
### Option: `token` ### 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. 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.