diff options
Diffstat (limited to 'office/keepassxc/README')
-rw-r--r-- | office/keepassxc/README | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index de1dc55ca1..f64d6b5532 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -7,18 +7,21 @@ baseline. KeePassXC may be installed alongside KeePassX (also available as a SlackBuild). KeePassXC can be built with YubiKey two-factor authentication support for -unlocking the database. This introduces a dependency on ykpers and can be +unlocking the database. This introduces a dependency on misc/ykpers and can be enabled by passing YUBIKEY=ON to the script. -KeePassXC will be built with browser support, meaning it can function as +Browser support is enabled by default, meaning that KeePassXC can function as password storage for Mozilla Firefox and Chromium/Chrome. This may be disabled by passing BROWSER=OFF to the script. -KeePassXC will be built with SSH agent support, meaning that KeepassXC can -interact with a running agent. This may be disabled by passing SSHAGENT=OFF to -the script. +KeePassXC will be built with SSH agent support, allowing it to interact with a +running agent. This may be disabled by passing SSHAGENT=OFF to the script. -KeePassXC will be built with networking support, meaning that website favicons -can be downloaded. This maybe disabled by passing NETWORKING=OFF to the script. +Networking support, allowing website favicons to be downloaded, is enabled by +default. This maybe disabled by passing NETWORKING=OFF to the script. + +Support for database sharing and synchronisation using KeeShare will be +disabled. It can be enabled by setting KEESHARE=ON, or a secure version can be +enabled with KEESHARE_SECURE=ON, providing libraries/quazip-qt5 is installed. Autotype may be disabled by passing AUTOTYPE=OFF. |