bitwarden_rs-debian/README.md

720 B

Bitwarden_rs debian package helper

Bitwarden_rs is an "Unofficial Bitwarden compatible server written in Rust".

This repository will help you produce a debian package.

TL;DR

Make sure you have the required build dependencies:

  • docker
  • git
  • patch

Then:

git clone https://github.com/greizgh/bitwarden_rs-debian.git
cd bitwarden_rs-debian
./build.sh 1.10.0

Post installation

The packaged systemd unit is disabled, you need to configure bitwarden_rs through its EnvFile: /etc/bitwarden_rs/config.env

You will also probably want to setup a reverse proxy.