From c7f1ca8b72ad3368d521b0c4a56c6515e6544fac Mon Sep 17 00:00:00 2001 From: Greizgh Date: Tue, 26 Mar 2019 19:00:42 +0100 Subject: [PATCH] Add post installation section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 35448d4..50cdd95 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,11 @@ 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.