1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-20 07:50:05 +02:00
vaultwarden/docker
BlackDex 95fc88ae5b Some admin interface updates.
- Fixed bug when web-vault is disabled.
- Updated sql-server version check to be simpler thx to @weiznich ( https://github.com/dani-garcia/bitwarden_rs/pull/1548#discussion_r604767196 )
- Use `VACUUM INTO` to create a SQLite backup instead of using the external sqlite3 application.
  - This also removes the dependancy of having the sqlite3 packages installed on the final image unnecessary, and thus removed it.
- Updated backup filename to also have the current time.
- Add specific bitwarden_rs web-vault version check (to match letter patched versions)
  Will work when https://github.com/dani-garcia/bw_web_builds/pull/33 is build (But still works without it also).
2021-04-05 15:09:16 +02:00
..
amd64 Some admin interface updates. 2021-04-05 15:09:16 +02:00
arm64 Some admin interface updates. 2021-04-05 15:09:16 +02:00
armv6 Some admin interface updates. 2021-04-05 15:09:16 +02:00
armv7 Some admin interface updates. 2021-04-05 15:09:16 +02:00
Dockerfile.buildx Use Docker Buildx for multi-arch builds 2021-01-09 02:33:36 -08:00
Dockerfile.j2 Some admin interface updates. 2021-04-05 15:09:16 +02:00
healthcheck.sh Healthcheck fixes/optimizations 2020-03-25 20:13:36 -07:00
Makefile Add a dot in find command. 2021-03-05 15:49:45 -05:00
README.md Multi-arch image support 2020-07-15 20:03:34 -07:00
render_template Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
start.sh Add startup script to support init operations 2020-07-05 15:26:20 -07:00

The arch-specific directory names follow the arch identifiers used by the Docker official images:

https://github.com/docker-library/official-images/blob/master/README.md#architectures-other-than-amd64