mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
duckdns: Removes condescending language and small improvements to docs (#872)
This commit is contained in:
committed by
Pascal Vizeli
parent
4baa9b2d70
commit
dd7ca94ddf
@@ -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,12 +47,10 @@ 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.
|
||||
|
||||
|
||||
#### Option `lets_encrypt.certfile`
|
||||
|
||||
The name of the certificate file generated by Let's Encrypt. The file is used for SSL by Hass.io add-ons and is recommended to keep the filename as-is (`fullchain.pem`) for compatibility.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user