Need an account (#6336)

A few people have wondered why this doesn't magically work. Adding a note that an account is required, and how to get the API key.
This commit is contained in:
DubhAd 2018-09-22 19:10:24 +01:00 committed by Franck Nijhof
parent 8e7ed18771
commit 1db842f371

View File

@ -10,7 +10,7 @@ footer: true
featured: true featured: true
--- ---
[Duck DNS](https://www.duckdns.org/) is a free service which 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. [Duck DNS](https://www.duckdns.org/) is a free service which 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.
```json ```json
{ {
@ -28,7 +28,7 @@ featured: true
Configuration variables: Configuration variables:
- **lets_encrypt.accept_terms** (*Required*): If you accept the [Let's Encrypt Subscriber Agreement](https://letsencrypt.org/repository/), it will generate and update Let's Encrypt certificates for your DuckDNS domain. - **lets_encrypt.accept_terms** (*Required*): If you accept the [Let's Encrypt Subscriber Agreement](https://letsencrypt.org/repository/), it will generate and update Let's Encrypt certificates for your DuckDNS domain.
- **token** (*Required*): Your Duck DNS API key. - **token** (*Required*): Your Duck DNS API key, from your DuckDNS account page.
- **domains** (*Required*): A list of domains to update DNS. - **domains** (*Required*): A list of domains to update DNS.
- **seconds** (*Required*): Seconds between updates to Duck DNS. - **seconds** (*Required*): Seconds between updates to Duck DNS.