Files
vaultwarden-debian/README.md
T
Greizgh d89e259a90 Do not duplicate Dockerfile
The packaging Dockerfile will be generated by patching the one
in bitwarden_rs sources.
2019-03-27 10:22:05 +01:00

29 lines
715 B
Markdown

# Bitwarden_rs debian package helper
[Bitwarden_rs](https://github.com/dani-garcia/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
* 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](https://www.freedesktop.org/software/systemd/man/systemd.service.html#Command%20lines):
`/etc/bitwarden_rs/config.env`
You will also probably want to setup a reverse proxy.