Skip to content

Commit 64df5f7

Browse files
robmarkcolefabaff
authored andcommitted
Propose edits to DuckDNS docs (home-assistant#5181)
* Propose reorder of config variables I've found this docs horribly confusing. `lets_encrypt.accept_terms` should appear at the top of the list as it's the first entered variable. Also this should become `required` as typically `optional` config variables are not displayed in the example config, but it is here. * Update duckdns.markdown * Minor changes
1 parent 65d8d89 commit 64df5f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/_addons/duckdns.markdown

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ featured: true
2626

2727
Configuration variables:
2828

29+
- **lets_encrypt.accept_terms** (*Optional*): If you accept the [Let's Encrypt Subscriber Agreement][le], it will generate and update Let's Enrypt certificates for your DuckDNS domain.
2930
- **token** (*Required*): Your Duck DNS API key.
3031
- **domains** (*Required*): A list of domains to update DNS.
31-
- **seconds** (*Optional*): Seconds between updates to Duck DNS.
32-
- **lets_encrypt.accept_terms** (*Optional*): If you accept the [Let's Encrypt Subscriber Agreement][le], it will generate & update Let's Enrypt certificates for your DuckDNS domain.
32+
- **seconds** (*Required*): Seconds between updates to Duck DNS.
3333

3434
[le]: https://letsencrypt.org/repository/
3535

@@ -51,3 +51,5 @@ If you use a port other than `8123` or an SSL proxy, change the port number acco
5151
You'll need to forward the port you listed in your configuration (8123 in the example above) on your router to your Home Assistant system. You can find guides on how to do this on [Port Forward](https://portforward.com/) - noting that you'll only need to forward the TCP port.
5252

5353
Ensure that you allocate the Home Assistant system a fixed IP on your network before you configure port forwarding. You can do this either on the computer itself (see the [install guide](/hassio/installation/) or via a static lease on your router.
54+
55+
Restart Home Assistant for the configured changes to take effect. When you access the Home Assistant frontend you will now need to use `https`, even when accessing local instances, for example at `https://192.168.0.1:8123`.

0 commit comments

Comments
 (0)