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=[https://hub1.example.com,https://hub2.example.com]`| List of hosts that Cryptomator is allowed to connect to during Hub unlock. |
61
+
|`cryptomator.hub.enableTrustOnFirstUse=[Boolean]`| Whether Cryptomator shall prompt the user whether to trust unknown Hub hosts (`true`) or disallow connection attempts (`false`). Defaults to true |
0 commit comments