mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 09:38:19 -07:00
Web vault builds for vaultwarden
b19553a16f
This patch is missing changes to `src/app/settings/two-factor-u2f.component.ts`, which doesn't exist anymore since upstream moved from U2F to its successor, WebAuthn, which Vaultwarden doesn't have backend support for yet. |
||
---|---|---|
patches | ||
.dockerignore | ||
.gitignore | ||
apply_patches.sh | ||
Dockerfile | ||
LICENSE.txt | ||
package_web_vault.sh | ||
README.md |
Web Vault builds for Vaultwarden
This is a repository to store the builds of the Bitwarden web vault with the patches to make it work with vaultwarden
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.