From c85d5304d4bb83d780b9cf5dda3fed1c4c8b9322 Mon Sep 17 00:00:00 2001 From: "Mr. Snyds" <41122989+mrsnyds@users.noreply.github.com> Date: Wed, 6 Mar 2019 15:50:06 -0500 Subject: [PATCH] port number typo on sesame sample URL (#8833) The current version of the sample URL in the sesame section shows the port as 8123, like so ... https://hassio.yourdomain.com:8123/somesecretnobodycanguess ..but I believe it should be port 3218, like so ... https://hassio.yourdomain.com:3218/somesecretnobodycanguess --- source/_addons/configurator.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/configurator.markdown b/source/_addons/configurator.markdown index 0b0dae29d00..578fc62f305 100644 --- a/source/_addons/configurator.markdown +++ b/source/_addons/configurator.markdown @@ -120,7 +120,7 @@ loglevel: type: string default: info sesame: - description: Secret token to dynamically allow access from the IP the request originates from. Open your bookmark https://hassio.yourdomain.com:8123/somesecretnobodycanguess while `allowed_networks` is set to `[]` and your IP will get whitelisted. You can use the Network status menu to revoke IP addresses for which access has been granted. Regular authentication is still required. + description: Secret token to dynamically allow access from the IP the request originates from. Open your bookmark https://hassio.yourdomain.com:3218/somesecretnobodycanguess while `allowed_networks` is set to `[]` and your IP will get whitelisted. You can use the Network status menu to revoke IP addresses for which access has been granted. Regular authentication is still required. required: false type: string sesame_totp_secret: