diff --git a/source/_addons/configurator.markdown b/source/_addons/configurator.markdown index c99ea1e0406..b8f340bace0 100644 --- a/source/_addons/configurator.markdown +++ b/source/_addons/configurator.markdown @@ -1,18 +1,25 @@ --- layout: page -title: "Configurator" +title: "HASS Configurator" description: "Browser-based configuration file editor for Home Assistant." date: 2017-09-25 14:00 sidebar: true comments: false sharing: true footer: true +og_image: /images/hassio/screenshots/addon-hass-configurator.png --- -As long as a fully featured configuration GUI for Home Assistant is still under development, you can use this add-on to add a browser based file-editor to your Hass.IO installation. By default it will listen on port `3218` of the host Hass.IO is running on. -More information and a standalone version for regular Home Assistant installations can be found in the original repository at https://github.com/danielperna84/hass-configurator. +As long as a fully featured configuration GUI for Home Assistant is still under development, you can use this add-on to add a browser based file-editor to your Hass.IO installation. By default it will listen on port `3218` of the host Hass.IO is running on. - +More information and a standalone version for regular Home Assistant installations can be found in the [GitHub repository][code]. + +[code]: https://github.com/danielperna84/hass-configurator + +
+
+Screenshot of the HASS Configurator.
+
+
Be careful when setting up port forwarding to the configurator while embedding into Home Assistant. If you don't restrict access by requiring authentication and / or blocking based on client IP addresses, your configuration will be exposed to the internet!
diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index a3bb1b1753c..2af749107ce 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -15,10 +15,10 @@ featured: true ```json { "lets_encrypt": { - "accept_terms": false + "accept_terms": true }, "token": "sdfj-2131023-dslfjsd-12321", - "domains": ["my-first-account.duckdns.org", "my-second-account.duckdns.org"] + "domains": ["my-domain.duckdns.org"] } ``` @@ -27,4 +27,6 @@ Configuration variables: - **token** (*Required*): Your Duck DNS API key. - **domains** (*Required*): A list of domains to update DNS. - **seconds** (*Optional*): Seconds between updates to Duck DNS. -- **lets_encrypt.accept_terms** (*Optional*): If that will be enabled, it generate & update let's enrypt certificate +- **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. + +[le]: https://letsencrypt.org/repository/ diff --git a/source/addons/index.html b/source/addons/index.html index 669f68fc393..55f74248817 100644 --- a/source/addons/index.html +++ b/source/addons/index.html @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true +regenerate: false ---Add-ons for Hass.io allows the user to extend the functionality around Home Assistant. This can be running an application that Home Assistant can integrate with (like an MQTT broker) or to share the configuration via Samba for easy editing from other computers. Add-ons can be configured via the Hass.io panel in Home Assistant.
diff --git a/source/images/hassio/screenshots/addon-hass-configurator.png b/source/images/hassio/screenshots/addon-hass-configurator.png new file mode 100644 index 00000000000..e705423f3d3 Binary files /dev/null and b/source/images/hassio/screenshots/addon-hass-configurator.png differ