vaultwarden/docker
BlackDex 8b6dfe48b7
Disable groups by default and Some optimizations
- Put groups support behind a feature flag, and disabled by default.
  The reason is that it has some known issues, but we want to keep
  optimizing this feature. Putting it behind a feature flag could help
  some users, and the developers into optimizing this feature without to
  much trouble.

Further:

- Updates Rust to v1.66.0
- Updated GHA workflows
- Updated Alpine to 3.17
- Updated jquery to v3.6.2
- Moved jdenticon.js to load at the bottom, fixes an issue on chromium
- Added autocomplete attribute to admin login password field
- Added some extra CSP options (Tested this on Safari, Firefox, Chrome, Bitwarden Desktop)
- Moved uppercase convertion from runtime to compile-time using `paste`
  for building the environment variables, lowers heap allocations.
2022-12-16 14:52:42 +01:00
..
amd64 Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00
arm64 Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00
armv6 Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00
armv7 Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00
Dockerfile.buildx Update async to prepare for main merge 2022-02-22 20:00:33 +01:00
Dockerfile.j2 Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00
Makefile Optimize release workflow. 2021-09-13 14:42:15 +02:00
README.md Multi-arch image support 2020-07-15 20:03:34 -07:00
healthcheck.sh Take `ROCKET_ADDRESS` into account in the Docker healthcheck 2022-10-20 01:04:09 -07:00
render_template Generate Dockerfiles from one source for maintainability. Closes #785. 2019-12-28 22:52:20 +01:00
start.sh Update deps and Alpine image 2022-07-31 15:45:31 +02:00

README.md

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