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 a335bcd682cf3141118288018090fcd2d055ce2a
parent 65e36e29317bb6d927bce74f89f8b46dcc21b16f
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Fri, 14 Dec 2018 22:56:44 +0100

Merge pull request #291 from mqus/patch-1

Add memory usage note to the vault build documentation
Diffstat:
MBUILD.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/BUILD.md b/BUILD.md @@ -21,6 +21,8 @@ A compiled version of the web vault can be downloaded from [dani-garcia/bw_web_b If you prefer to compile it manually, follow these steps: +*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 only about 10MB of RAM.* + - Clone the git repository at [bitwarden/web](https://github.com/bitwarden/web) and checkout the latest release tag (e.g. v2.1.1): ```sh # clone the repository @@ -37,6 +39,7 @@ git apply /path/to/bitwarden_rs/docker/set-vault-baseurl.patch ``` - Then, build the Vault: + ```sh npm run sub:init npm install