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
Greizgh a6b8e89a02 Allow to build arbitrary git ref 2019-03-27 09:54:29 +01:00
debian Generate EnvFile from bitwarden_rs template 2019-03-26 18:52:45 +01:00
.gitignore Generate EnvFile from bitwarden_rs template 2019-03-26 18:52:45 +01:00
Dockerfile Initial packaging 2019-03-26 18:22:31 +01:00
README.md Add post installation section 2019-03-26 19:00:42 +01:00
build.sh Allow to build arbitrary git ref 2019-03-27 09:54:29 +01:00

README.md

Bitwarden_rs debian package helper

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

This repository will help you producing a debian package.

TL;DR

Make sure you have the required build dependencies:

  • docker
  • git

Then:

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

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.