mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #774] web-vault patch doesn't work with v2.12.0 #533
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#533
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?
Originally created by @pdarcos on GitHub (Dec 20, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/774
As the title says, I'm following the wiki and there's no v2.12.0 patch available, so I tried using the available v2.11.0.patch but git doesn't like it.
:~/web-vault# git apply v2.11.0.patch
error: unrecognized input
Does the patch need updating to be compatible with current v.2.12.0?
@manofthepeace commented on GitHub (Dec 20, 2019):
It works fine with latest web vault code;
cd code/bitwarden/web (This is the official "web" repo of bitwarden)
git apply ../bw_web_builds/patches/v2.11.0.patch (dani-garcia's repo)
Otherwise you can just use the prebuilt vault from here; https://github.com/dani-garcia/bw_web_builds/releases then you dont need to patch and build yourself.
@pdarcos commented on GitHub (Dec 21, 2019):
Sorry. Silly mistake.
Working fine indeed