vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 4635d62e2c087e1f0f0049a9d95b06ad0c80b3a4
parent 65e36e29317bb6d927bce74f89f8b46dcc21b16f
Author: mqus <8398165+mqus@users.noreply.github.com>
Date:   Fri, 14 Dec 2018 15:04:46 +0100

Add memory usage note to vault build process

As there were multiple people having problems with the build I thought that maybe adding a note would help.
Diffstat:
MBUILD.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/BUILD.md b/BUILD.md @@ -37,6 +37,9 @@ git apply /path/to/bitwarden_rs/docker/set-vault-baseurl.patch ``` - Then, build the Vault: + +*Note: building the Vault needs ~1.5GB of RAM. On systems like a RaspberryPI with 1GB or less, please [enable swapping](https://www.tecmint.com/create-a-linux-swap-file/) or build it on a more powerful machine and copy the directory from there. This much memory is only needed for building it, running bitwarden_rs with vault needs about 10mb of RAM* + ```sh npm run sub:init npm install