Fork du dépôt https://github.com/greizgh/bitwarden_rs-debian.git avec les adaptations pour compiler vaultwarden sur Ubuntu 18.04
Go to file
Masgalor 5f78955231
Insert warning in config (#19)
The shipped systemd-unit contains default values that could give the users a hard time starting the service. This warning should make things more clear.
2020-06-09 19:52:03 +02:00
debian Bump v1.15.0 2020-06-03 19:06:55 +02:00
.gitignore Do not duplicate Dockerfile 2019-03-27 10:22:05 +01:00
Dockerfile.patch Add option to build with different database types (#13) 2020-04-28 18:22:14 +02:00
README.md Add support for different Debian versions (#8) 2019-12-02 22:32:28 +01:00
build.sh Insert warning in config (#19) 2020-06-09 19:52:03 +02:00

README.md

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 -r 1.10.0

The build.sh script will build bitwarden_rs for the same Debian version which targets bitwarden_rs. To compile for a different Debian version, specify the release name (e.g. Stretch, Buster) using the -o option.

./build.sh -o stretch

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.