Web vault builds for vaultwarden
Find a file
BlackDex dd29f14f46 Added warning when no HTTPS during register.
We already had a patch to warn users they need HTTPS when they login.
This was not working for the register form.

- Added a warning during the submit of the register form.
- Changed the check to see if `crypto.subtle` is defined or not.
- Removed the `webpack.config.js` patch, since this now is in upstream.
- Updated README.md shields and small comment regarding how to create
  the patch because of changes to the submodule.
2021-02-20 13:59:07 +01:00
patches Added warning when no HTTPS during register. 2021-02-20 13:59:07 +01:00
.dockerignore Add docker build 2020-03-01 00:36:00 +01:00
.gitignore Create and upload new release automatically 2018-12-16 15:14:48 +01:00
apply_patches.sh Add docker build 2020-03-01 00:36:00 +01:00
Dockerfile Dockerfile: use upstream v2.18.1 release 2021-01-26 22:27:06 -08:00
LICENSE.txt Initial commit 2018-12-13 14:09:59 +01:00
package_web_vault.sh Version 2.13.1 2020-03-14 14:05:25 +01:00
README.md Added warning when no HTTPS during register. 2021-02-20 13:59:07 +01:00

Bitwarden_rs web vault builds

GitHub Release Docker Pulls GPL-3.0 Licensed Matrix Chat

This is a repository to store the builds of the Bitwarden web vault with the patches to make it work with bitwarden_rs

To create a patch you need to modify the original sources from Bitwarden web vault and execute:

git diff --submodule=diff

This is needed because there are patches within the jslib submodule which with a default git diff are not shown.

For more information see: Install the web-vault

The builds are available in the releases page, and can be replicated with the scripts in this repo.

*Note, that this project is not associated with the Bitwarden project nor 8bit Solutions LLC.