mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #151] [CLOSED] Update BUILD.md for web-vault 2.x.x #2638
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2638
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/151
Author: @mqus
Created: 8/23/2018
Status: ❌ Closed
Base:
master← Head:patch-3📝 Commits (1)
c3fe92eUpdate BUILD.md for web-vault 2.x.x📊 Changes
1 file changed (+9 additions, -15 deletions)
View changed files
📝
BUILD.md(+9 -15)📄 Description
Update BUILD.md to reflect changes to the web-vault build process
I switched to
git cloneinstead of unpacking release archives because there is a git submodule (jslib) which is not packed into the archives. One could also download the specific commit archive of bitwarden/jslib for the release archive and unpack it into thejslibdirectory, but this would be a much more complex process, because we would also have to explain how to find the matching commit hash.I also removed the instructions to change upstream files because
npm run dist:selfhostalready applies everything changed by the docker patch, if I'm not mistaken(See bitwarden/web/package.json for setting the env variables and services.modules.ts which uses it).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.