Files
addons/duckdns
Pascal Vizeli bac3f65023 Small bugfix with dehydrated lock files (#677)
* Small bugfix with dehydrated lock files

* Fix if

* Small cleanup
2019-08-30 10:25:38 +02:00
..
2019-06-11 13:35:40 +02:00
2019-07-27 18:10:33 +02:00
2019-07-27 18:10:33 +02:00
2018-03-23 23:59:49 +01:00
2019-07-27 18:10:33 +02:00

Hass.io Core Add-on: DuckDNS

Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

About

Duck DNS 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 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.

Installation

The installation of this add-on is straightforward and easy to do.

  1. Navigate in your Home Assistant frontend to Hass.io -> Add-on Store.
  2. Find the "DuckDNS" add-on and click it.
  3. Click on the "INSTALL" button.

How to use

Configuration

Add-on configuration:

{
  "lets_encrypt": {
    "accept_terms": true,
    "certfile": "fullchain.pem",
    "keyfile": "privkey.pem"
  },
  "token": "sdfj-2131023-dslfjsd-12321",
  "domains": ["my-domain.duckdns.org"],
  "seconds": 300
}

Option: lets_encrypt

Option: token

Option: domains

Option: seconds

Known issues and limitations

Support

Got questions?

You have several options to get them answered:

In case you've found an bug, please open an issue on our GitHub.