From 6324371ac92b8ee7782d535b7311bef0dac97c9f Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 12 May 2020 13:02:58 +0200 Subject: [PATCH 1/5] adding duckdns option (#13410) --- source/_docs/configuration/securing.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_docs/configuration/securing.markdown b/source/_docs/configuration/securing.markdown index 0ae6d29ecc0..839758955a2 100644 --- a/source/_docs/configuration/securing.markdown +++ b/source/_docs/configuration/securing.markdown @@ -15,7 +15,10 @@ Here's the summary of what you *must* do to secure your Home Assistant system: ## Remote Access -If you want secure remote access, the easiest option is to use [Home Assistant cloud](/cloud/). Other options are to use [TLS/SSL](/docs/ecosystem/certificates/lets_encrypt/) to expose your instance to the internet, use a [VPN](https://pivpn.dev/), [Tor](/docs/ecosystem/tor/) or an [SSH tunnel](/blog/2017/11/02/secure-shell-tunnel/). +If you want secure remote access, the easiest option is to use [Home Assistant cloud](/cloud/) by which you also [support](https://www.nabucasa.com/about) the founders of Home Assistant. + +Other options are to use TLS/SSL via the add-ons [Duck DNS integrating Let's Encrypt](/integrations/duckdns/) or [Let’s Encrypt](/docs/ecosystem/certificates/lets_encrypt/). +To expose your instance to the internet, use a [VPN](https://pivpn.dev/), [Tor](/docs/ecosystem/tor/) or an [SSH tunnel](/blog/2017/11/02/secure-shell-tunnel/). Make sure to expose the used port in your router. ### Extras for manual installations From 56687c94a21a7ebbb2d319853ef40cd23d385acb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 21:33:48 +0200 Subject: [PATCH 2/5] Bump rouge from 3.18.0 to 3.19.0 (#13415) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5fc942cbb8b..f2d079ea48b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.4) - rouge (3.18.0) + rouge (3.19.0) ruby-enum (0.8.0) i18n ruby2_keywords (0.0.2) From fbe3d5140e02fdb8f7db843672114dd5ea4858d3 Mon Sep 17 00:00:00 2001 From: kendell Date: Tue, 12 May 2020 16:17:57 -0700 Subject: [PATCH 3/5] Change warning link to Internet Archive link (#13417) --- source/_integrations/snips.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/snips.markdown b/source/_integrations/snips.markdown index 76b26ed094b..14b543de588 100644 --- a/source/_integrations/snips.markdown +++ b/source/_integrations/snips.markdown @@ -9,7 +9,7 @@ ha_domain: snips
-The Snips Console no longer available due to acquisition by Sonos. For more details, read the [announcement on the Snips forum](https://forum.snips.ai/t/important-message-regarding-the-snips-console/4145). +The Snips Console no longer available due to acquisition by Sonos. For more details, read the [announcement on the Snips forum](http://web.archive.org/web/20200109164247/https://forum.snips.ai/t/important-message-regarding-the-snips-console/4145).
From 52016a7370b372807108676dd5645ba41b89811e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 13 May 2020 11:28:09 +0200 Subject: [PATCH 4/5] Update hass command output (#13419) --- source/_docs/tools/hass.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/tools/hass.markdown b/source/_docs/tools/hass.markdown index c464a678060..b6a0813d9b4 100644 --- a/source/_docs/tools/hass.markdown +++ b/source/_docs/tools/hass.markdown @@ -8,7 +8,7 @@ The command-line part of Home Assistant is `hass`. ```bash $ hass -h -usage: hass [-h] [--version] [-c path_to_config_dir] [--demo-mode] [--debug] +usage: hass [-h] [--version] [-c path_to_config_dir] [--safe-mode] [--debug] [--open-ui] [--skip-pip] [-v] [--pid-file path_to_pid_file] [--log-rotate-days LOG_ROTATE_DAYS] [--log-file LOG_FILE] [--log-no-color] [--runner] [--script ...] [--daemon] @@ -21,7 +21,7 @@ optional arguments: -c path_to_config_dir, --config path_to_config_dir Directory that contains the Home Assistant configuration - --demo-mode Start Home Assistant in demo mode + --safe-mode Start Home Assistant in safe mode --debug Start Home Assistant in debug mode --open-ui Open the webinterface in a browser --skip-pip Skips pip install of required packages on startup From f74243fab6cf39e4cda7c02a4e0679b664a4c46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 13 May 2020 14:44:43 +0200 Subject: [PATCH 5/5] Add blocked TLD's (#13421) --- source/_integrations/cloudflare.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/cloudflare.markdown b/source/_integrations/cloudflare.markdown index ad44a482d26..ff72fa3c730 100644 --- a/source/_integrations/cloudflare.markdown +++ b/source/_integrations/cloudflare.markdown @@ -13,6 +13,18 @@ With the `cloudflare` integration, you can keep your Cloudflare records up to da The integration runs every hour, but can also be started manually by using the service `cloudflare.update_records` under services. +
+ +Due to a limitation in the Cloudflare API, you can not use this integration with any of the following TLD's: + +- `.cf` +- `.ga` +- `.gq` +- `.ml` +- `.tk` + +
+ ## Setup You can find your global API key in your Cloudflare account settings.