VaultWarden logo

VaultWarden

Password manager with Bitwarden compatibility

Alternative to: bitwarden, 1password, lastpass, keepass, keeper


About Versions (72)

v1.9.0

2019-04-27
  • Duo is now available as a 2FA option, both configurable globally and per-user
    • To enable it globally, check the .env template, and then leave the fields empty when enabling it per-user.
  • Updated web vault to 2.10.0
  • Added option to control the log level: LOG_LEVEL
    • Valid values from more to less noisy are “trace”, “debug”, “info”, “warn”, “error” and “off”
  • Now there is no need to compile the application a different way to enable syslog support, simply set USE_SYSLOG to true.
  • Now DATA_FOLDER affects CONFIG_FILE when set through the environment
  • Improved endpoints for Admin API
  • Other fixes