You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/desktop/admin-config.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ The following property keys are supported.
57
57
|`cryptomator.p12Path=[FilePath]`| The path to the device key. |
58
58
|`cryptomator.mountPointsDir=[DirPath]`| The directory where Cryptomator mounts vaults if no per-vault location has been set. |
59
59
|`cryptomator.disableUpdateCheck=[Boolean]`| Whether to disable automatic update checks (`true`) or allow them (`false`). Defaults to false. |
60
+
|`cryptomator.hub.allowedHosts=[UrlList]`| List of hosts that Cryptomator is allowed to connect to during Hub unlock. List entries are comma separated and each host url consists of `scheme:host:port` (`port` is optional). For example `https://hub1.example.com,https://hub2.example.com:4432`|
61
+
|`cryptomator.hub.enableTrustOnFirstUse=[Boolean]`| Whether Cryptomator shall ask the user to trust unknown Hub hosts (`true`) or disallow connection attempts (`false`). A Hub host is considered unknown unless it is well-known (`*.cryptomator.cloud`), listed in `cryptomator.hub.allowedHosts`, or has already been allowed by the user. Defaults to true |
0 commit comments