mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
[ERROR] Web vault is not found #241
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pdarcos on GitHub (Feb 26, 2019).
I reinstalled my bitwarden_rs and now I can't seem to get it to recognize the web-vault any longer.
I have read https://github.com/dani-garcia/bitwarden_rs/issues/373 and it's a similar issue except I can't figure out why I keep getting the message [ERROR] Web vault is not found. To install it, please follow the steps in https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#install-the-web-vault
I downloaded the compiled version from your releases page (version 2.8.0d) and unzipped into a newly created web-vault directory at the root of the server (/root/web-vault). I then tried the command line to enable that web-vault on docker run -v /root/web-vault:/web-vault (as I had done before without problems) and I still get the error message.
I then tried enabling it via -e WEB_VAULT_FOLDER=/root/web-vault and I'm getting the same error.
Probably a lack of sleep but I can't figure out what I'm doing wrong this second time around. It seems that it won't recognize my web-vault folder no matter where I put it or how I invoke it.
Any clues?
Thanks
@mprasil commented on GitHub (Feb 26, 2019):
Are you building your docker image? The provided image comes with Vault built in.
Anyways looking at your
docker runcommand, it seems like you need to point theWEB_VAULT_FOLDERto/web-vaultas that's where you mount it inside the container.@pdarcos commented on GitHub (Feb 26, 2019):
Thanks @mprasil
Yes I was building my own docker image which is where the problem was.