0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00

It seems that you need to put the web vault build in bitwarden_rs/target/release/web-vault instead of bitwarden_rs/web-vault (otherwise I got the error [2019-01-10 10:06:11][bitwarden_rs][ERROR] Web vault is not found. Please follow the steps in the README to install it)

Luc Didry 2019-01-10 10:09:55 +01:00
parent 3a1b3af644
commit f91ade01e1

@ -49,7 +49,7 @@ npm install
npm run dist
```
Finally copy the contents of the `build` folder into the `bitwarden_rs/web-vault` folder.
Finally copy the contents of the `build` folder into the `bitwarden_rs/target/release/web-vault` folder.
## Configuration
The available configuration options are documented in the default `.env` file, and they can be modified by uncommenting the desired options in that file or by setting their respective environment variables. See the Configuration section of this wiki for the main configuration options available.