VaultWarden
Password manager with Bitwarden compatibility
Alternative to: bitwarden, 1password, lastpass, keepass, keeper
About
Versions (72)
v1.7.0
2019-02-08- Added configuration menu, accessible from the admin panel. This saves the user settings to a JSON file, by default in
data/config.json, but configurable with theCONFIG_FILEenvironment variable. - Added templating support for emails, can be added to
$DATA_FOLDER/templates/email, or$TEMPLATES_FOLDER/email, if configured. Check here for examples.- Added reload templates option, useful during development. Set
RELOAD_TEMPLATEStotrueto enable. - The templates use the Handlebars format.
- Added reload templates option, useful during development. Set
- Improved icon downloader, now we don’t use the upstream server anymore.
- Added option to disable icon download, set
DISABLE_ICON_DOWNLOADto true.- Note that icons already in the cache will still be served. With this, if
ICON_CACHE_TTLis set to0, the cached icons will not expire.
- Note that icons already in the cache will still be served. With this, if
- Admin panel improvements:
- Organization, 2FA status and disabled user badges
- Deauthorize user sessions button
- Now using templates
- Added
Feature-Policyheader. - Created recovery code when registering a YubiKey
- Now the
.envfile is only read from the current directory. - Other fixes and dependency updates