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 has UID=1000 and GID=1000.

Installation

As I'm using a reverse proxy, the container is not mapped to any host port but is member of my proxy docker network instead. If you want to map a port, please remove all occurrences of proxyadmin docker network in the compose file and add :

ports:

- <host_port>:8080

In this case, you may also want to add certificates to access your instance with HTTPS, please check the official wiki if necessary.

Last updated