mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 09:38:19 -07:00
c382dedd07
- fix the links to bitwarden web-vault - 8bit Solutions LLC. -> Bitwarden, Inc. (to be consistent with https://github.com/dani-garcia/vaultwarden/blob/main/README.md)
59 lines
2.9 KiB
Markdown
59 lines
2.9 KiB
Markdown
# Web Vault builds for Vaultwarden
|
|
|
|
[![GitHub Release](https://img.shields.io/github/release/dani-garcia/bw_web_builds.svg)](https://github.com/dani-garcia/bw_web_builds/releases/latest)
|
|
[![Docker Pulls](https://img.shields.io/docker/pulls/vaultwarden/web-vault.svg)](https://hub.docker.com/r/vaultwarden/web-vault)
|
|
[![GPL-3.0 Licensed](https://img.shields.io/github/license/dani-garcia/bw_web_builds.svg)](https://github.com/dani-garcia/bw_web_builds/blob/master/LICENSE.txt)
|
|
[![Matrix Chat](https://img.shields.io/matrix/vaultwarden:matrix.org.svg?logo=matrix)](https://matrix.to/#/#vaultwarden:matrix.org)
|
|
|
|
**This project is not associated with the [Bitwarden](https://bitwarden.com/) project nor Bitwarden, Inc.**
|
|
|
|
#### ⚠️**IMPORTANT**⚠️: When using this server, please report any bugs or suggestions to us directly (look at the bottom of this page for ways to get in touch), regardless of whatever clients you are using (mobile, desktop, browser...). DO NOT use the official support channels.
|
|
|
|
---
|
|
|
|
<br>
|
|
|
|
This is a repository to store the builds of the [Bitwarden web vault](https://github.com/bitwarden/clients/tree/master/apps/web) with the patches to make it work with [vaultwarden](https://github.com/dani-garcia/vaultwarden)
|
|
|
|
To create a patch you need to modify the original sources from [Bitwarden web vault](https://github.com/bitwarden/clients/tree/master/apps/web) and execute:
|
|
|
|
```bash
|
|
git --no-pager diff --submodule=diff --no-color --minimal
|
|
```
|
|
|
|
This is needed because there are patches within the jslib submodule which with a default `git diff` are not shown.
|
|
|
|
## Building the web-vault
|
|
To build the web-vault you need either node and npm installed or use Docker.
|
|
|
|
### Using node and npm
|
|
For a quick and easy local build you could run:
|
|
```bash
|
|
make full
|
|
```
|
|
|
|
That will generate a `tar.gz` file within the `builds` directory which you can extract and use with the `WEB_VAULT_FOLDER` environment variable.
|
|
|
|
### Using Docker
|
|
Or via the usage of Docker:
|
|
```bash
|
|
make docker-extract
|
|
```
|
|
|
|
That will extract the `tar.gz` and files generated via Docker into the `docker_builds` directory.
|
|
|
|
### More information
|
|
For more information see: [Install the web-vault](https://github.com/dani-garcia/vaultwarden/wiki/Building-binary#install-the-web-vault)
|
|
|
|
### Pre-build
|
|
The builds are available in the [releases page](https://github.com/dani-garcia/bw_web_builds/releases), and can be replicated with the scripts in this repo.
|
|
|
|
<br>
|
|
|
|
## Get in touch
|
|
To ask a question, offer suggestions or new features or to get help configuring or installing the software, please [use the forum](https://vaultwarden.discourse.group/).
|
|
|
|
If you spot any bugs or crashes with vaultwarden itself, please [create an issue](https://github.com/dani-garcia/vaultwarden/issues/). Make sure there aren't any similar issues open, though!
|
|
|
|
If you prefer to chat, we're usually hanging around at [#vaultwarden:matrix.org](https://matrix.to/#/#vaultwarden:matrix.org) room on Matrix. Feel free to join us!
|