Commit graph

20 commits

Author SHA1 Message Date
BlackDex
6529f1dab0
Update web-vault to v2022.05.0 and misc changes
- Updated web-vault to v2022.05.0
- Made several changes to the build scripts for ease of building/patching etc...
  You can now run `make checkout` to pull/update the repo to the wanted version
  There is also a `make patch-web-vault` to patch the repo
  A `make generate-patch` to create a patch file from the current changes
  And many more changes
2022-06-02 22:10:28 +02:00
BlackDex
9efb207eb1
Support v2.26.1
- Added support for v2.26.1
- Hide some more input fields we do not use
- Fixed building with npm (The audit fix breaks the build)
- Fixed the vaultwarden version json filename.
2022-02-23 14:20:20 +01:00
Jake Howard
5ab4a45298
Rename version file to remove bwrs reference
Requires https://github.com/dani-garcia/vaultwarden/pull/2195
2022-01-01 13:03:08 +00:00
Daniel García
1e990dd7ae
Update web vault to v2.24.1, and include PRs #54 and #55
Closes #54
Closes #55
2021-10-27 22:31:31 +02:00
Daniel García
3e77fc289b
Fix compilation error 2021-10-18 21:52:04 +02:00
BlackDex
f6c2377ff3 Fix Dockerfile build and added v2.21.1 support. 2021-07-25 17:53:14 +02:00
BlackDex
6aaf7ecc26 Add bwrs-version.json based upon latest tag.
- Add a bwrs-version.json based upon the latest tag of the
  bw_web_builds (Assuming a build is started/created after a new tag is created).
- Updated node version to latest LTS, v13 is EOL, v14 is LTS until 2023-04-30 ( https://nodejs.org/en/about/releases/ )
2021-04-04 15:58:06 +02:00
Daniel García
f32981d4b1 Update to upstream v2.19.0 release 2021-03-14 17:56:01 +01:00
Daniel García
9b68e33580 Recursively clone repo before applying patches, otherwise they might fail 2021-02-20 16:41:57 +01:00
Daniel García
1b3c67fc47
Version 2.13.1 2020-03-14 14:05:25 +01:00
Daniel García
8cca4f2d1e
Add docker build 2020-03-01 00:36:00 +01:00
Daniel García
7016815a07
Update package_web_vault.sh
Co-Authored-By: mqus <8398165+mqus@users.noreply.github.com>
2020-02-22 15:25:07 +01:00
mqus
af77baf19c
pack into subdirectory
This fixes #7
2020-02-20 11:17:23 +01:00
Robin Schneider
5a7d0a95bc
We are not upstream so we don’t run: git submodule update --remote
Running `git submodule update --recursive --init` should be totally fine
for us and it gives us more auditability because then the submodule
commit hash is pinned by the main git repo tag.
2019-12-26 00:07:38 +01:00
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
Daniel García
5579b1b33f
Hide subscriptions 2019-04-03 15:44:07 +02:00
Daniel García
05e99b662e
Don't delete .map files, they may help during debugging and the final build is only 20 MB anyway. 2019-02-27 17:24:25 +01:00
Daniel García
76e343e0d8
Remove user and group info from tar.gz files 2019-01-07 16:21:27 +01:00
Daniel García
e55e7985de
Create and upload new release automatically 2018-12-16 15:14:48 +01:00
Daniel García
d3c08a554f
Initial commit 2018-12-13 14:09:59 +01:00