Replies: 1 comment 2 replies
-
|
@FibreTTP you can find the web-vault files here https://github.com/dani-garcia/bw_web_builds/releases |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given that Vaultwarden now extracts and uploads the built binaries as artifacts in the
Releaseaction to provide attestation, it would be nice if the web vault wastar'd and uploaded as well.The Wiki currently suggests using Docker to create a container, then copy the binary and web vault out to the host, or (perhaps more dangerously), download the binaries and web vault from a third-party.
The extraction of the binary and web vault becomes more difficult when Docker is not installed on the host that will run Vaultwarden in the end (such as a lightweight, unprivileged LXC in Proxmox), so being able to download them directly would be nice.
To go further, it would be even better if the binary and web vault were also provided in releases, since you cannot download action artifacts without being logged in (unless you use a third-party service like nightly.link), unlike such releases.
edit: the Alpine binary, that is.
Beta Was this translation helpful? Give feedback.
All reactions