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
Thomas Meckel 358d8e0b50 Made build.sh more robust 2019-09-22 11:12:03 +02:00
debian Create home directory with 0700 permissions 2019-09-09 21:45:16 +02:00
.gitignore Do not duplicate Dockerfile 2019-03-27 10:22:05 +01:00
Dockerfile.patch Update patch to work with upstream dockerfile 2019-07-30 23:00:41 +02:00
README.md Bump v1.10.0 2019-09-09 21:38:39 +02:00
build.sh Made build.sh more robust 2019-09-22 11:12: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 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.