Table of Contents
If you set up mail Vaultwarden will send its mails in English. Since the server does not know about a user's preferred language settings (which is done completely client-side) it is currently not possible to provide multiple languages for different users on the same server.
If your users don't understand English you could translate the provided handlebar templates into your preferred language.
How to translate / customize the templates?
You can use customized templates by
- copying the respective files from the repository (from
src/static/templates/email
) to the correspondingTEMPLATES_FOLDER
with the same folder structure (e.g. todata/templates/email
) - changing them (e.g. translate them - but be sure to keep the
{{variables}}
in the link intact so everything still works) and - restarting vaultwarden to load the new (overwritten) templates.
Note: For ensuring compatibility you should initially download the templates for your version and you will also have to keep them up to date yourself if they ever change (or should new templates get added).
Translations
- German by @kennymc-c: https://github.com/kennymc-c/vaultwarden-lang-de
- French by @YoanSimco: https://github.com/YoanSimco/vaultwarden-lang-fr
- Polish by @kamilrogo: https://github.com/kamilrogo/vaultwarden-lang-pl
- Simplified Chinese by @wcjxixi: https://github.com/wcjxixi/vaultwarden-lang-zhcn
- Simplified Chinese by @zituoguan: https://github.com/zituoguan/vaultwarden-lang-zh_CN
- Simplified Chinese by @JinkaiNiu: https://github.com/JinkaiNiu/vaultwarden-zh-cn
- Italian by @rizlas: https://github.com/rizlas/vaultwarden-lang-it
- Spanish by @javier-varez: https://github.com/javier-varez/vaultwarden-lang-es
- Russian by @marat2509: https://github.com/marat2509/vaultwarden-lang-ru
- Brazilian Portuguese by @marivaldojr: https://github.com/marivaldojr/vaultwarden-lang-pt_br
Warning
Translations are provided as is by community members and we have not tested them. So use them at your own risk. If there has been a breaking change (e.g. caused by a new release of Vaultwarden) inform the maintainer and/or make a note here.
FAQs
Troubleshooting
Container Image Usage
- Which container image to use
- Starting a container
- Using Docker Compose
- Using Podman
- Updating the vaultwarden image
Reverse Proxy
HTTPS
Configuration
- Overview
- Enabling admin page
- SMTP configuration
- Disable registration of new users
- Disable invitations
- Enabling WebSocket notifications
- Enabling Mobile Client push notification
- Other configuration
Database
- Using the MariaDB (MySQL) Backend
- Using the PostgreSQL Backend
- Running without WAL enabled
- Migrating from MariaDB (MySQL) to SQLite
Security
- Hardening Guide
- Password hint display
- Enabling U2F and FIDO2 WebAuthn authentication
- Enabling YubiKey OTP authentication
- Fail2Ban Setup
- Fail2Ban + ModSecurity + Traefik + Docker
Performance
Customization
- Translating the email templates
- Translating admin page
- Customize Vaultwarden CSS
- Disabling or overriding the Vault interface hosting
Backup
Development
- Building binary
- Building your own docker image
- Git hooks
- Differences from the upstream API implementation
Alternative deployments
- Pre-built binaries
- Creating a systemd service
- Third-party packages
- Deployment examples
- Disable the admin token