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 054085e860
Set version in controlfile dynamically (#18)
If the package is built with a specific version the controlfile should contain the corresponding version.
2020-07-22 18:22:47 +02:00
debian Set version in controlfile dynamically (#18) 2020-07-22 18:22:47 +02:00
.gitignore Set version in controlfile dynamically (#18) 2020-07-22 18:22:47 +02:00
Dockerfile.patch Add option to build with different database types (#13) 2020-04-28 18:22:14 +02:00
README.md Fetch the newest upstream version from github api (#17) 2020-06-27 14:45:48 +02:00
build.sh Set version in controlfile dynamically (#18) 2020-07-22 18:22:47 +02:00
control.dist Set version in controlfile dynamically (#18) 2020-07-22 18:22:47 +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
  • curl

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.