mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
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
This commit is contained in:
parent
329c6fafaf
commit
c85d5304d4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user