Vaultwarden
Unofficial Bitwarden password manager server implementation written in Rust
Prerequisites
In your vaultwarden folder, create a folder named
vw-data, it must be owned by a non-root user. Here i'm using Ubuntu server default user, which hasUID=1000andGID=1000.
Installation
For security reasons, after all the users are created on the app, you should uncomment the environment variables section, which will disable new non-invited signups on your instance. You will be able to invite users even with thiibs variable set.
If you are using an authentification system with your reverse-proxy and you want to use bitwarden browser extensions, then you must disable auth for this app.
You can see how to do it with Authentik on the page Authentik as Reverse-Proxy
Vaultwarden is now up and running on the URL you defined in your reverse proxy or on http://<serverip>:<vaultwarden_port>
Last updated
