Web vault builds for vaultwarden
Go to file
Robin Schneider 784a55854f
Fix up script with suggestions from ShellCheck and minor fixes
* `set -o pipefail -o errexit` exit early on error. This is very useful
  to not overlook errors that might not fully break the build but tamper
  with the end result.
* Fix `mkdir OUTPUT_FOLDER` fail
* Rework git checkout stuff to only run needed commands.
2019-12-26 00:07:38 +01:00
patches Show email in 2fa menu 2019-08-27 21:03:03 +02:00
.gitignore Create and upload new release automatically 2018-12-16 15:14:48 +01:00
LICENSE.txt Initial commit 2018-12-13 14:09:59 +01:00
package_all.sh package_web_vault.sh uses bash features -> needs to be called with bash 2019-12-26 00:07:37 +01:00
package_web_vault.sh Fix up script with suggestions from ShellCheck and minor fixes 2019-12-26 00:07:38 +01:00
README.md Initial commit 2018-12-13 14:09:59 +01:00
release_template.md Create and upload new release automatically 2018-12-16 15:14:48 +01:00

Bitwarden_rs web vault builds

GitHub Release 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

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.