aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2024-11-12 20:33:26 +0100
committerDaniel García <[email protected]>2024-11-12 20:33:26 +0100
commitf0e3dcd7d0f457ce20d531b56a97b74143ad8df1 (patch)
tree36a845d11a47f606d849e35b59dde386012ffd01
parentb952c49bdda3307f80cd818a3a060a448930393c (diff)
downloadvaultwarden-f0e3dcd7d0f457ce20d531b56a97b74143ad8df1.tar.gz
vaultwarden-f0e3dcd7d0f457ce20d531b56a97b74143ad8df1.zip
Document flags in .env.template
-rw-r--r--.env.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.template b/.env.template
index 5a8686d5..2530345e 100644
--- a/.env.template
+++ b/.env.template
@@ -349,6 +349,8 @@
## - "browser-fileless-import": Directly import credentials from other providers without a file.
## - "extension-refresh": Temporarily enable the new extension design until general availability (should be used with the beta Chrome extension)
## - "fido2-vault-credentials": Enable the use of FIDO2 security keys as second factor.
+## - "ssh-key-vault-item": Enable the creation and use of SSH key vault items. (Needs clients >=2024.12.0)
+## - "ssh-agent": Enable SSH agent support on Desktop. (Needs desktop >=2024.12.0)
# EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials
## Require new device emails. When a user logs in an email is required to be sent.