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 cccf1fdcf0 Bump v1.9.1 2019-06-02 12:19:17 +02:00
debian Bump v1.9.1 2019-06-02 12:19:17 +02:00
.gitignore Do not duplicate Dockerfile 2019-03-27 10:22:05 +01:00
Dockerfile.patch Do not duplicate Dockerfile 2019-03-27 10:22:05 +01:00
README.md Fix typo 2019-03-27 10:39:12 +01:00
build.sh Do not duplicate Dockerfile 2019-03-27 10:22:05 +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 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

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.