index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docker
/
amd64
/
postgresql
/
Dockerfile.alpine
Age
Commit message (
Expand
)
Author
2020-07-05
Add startup script to support init operations
Jeremy Lin
2020-07-05
Updated dependencies ans web vault version
Daniel García
2020-05-21
Update web vault to v2.14.0
Daniel García
2020-04-09
Make web vault show a more informative error when browsers block WebCrypto in...
Daniel García
2020-03-27
Merge pull request #933 from jjlin/dockerfiles
Daniel García
2020-03-27
Update web vault to 2.13.2
Daniel García
2020-03-26
Rebuild Dockerfiles to match latest Dockerfile.j2 template
Jeremy Lin
2020-03-25
Healthcheck fixes/optimizations
Jeremy Lin
2020-03-14
Update vault to 2.13.1
Daniel García
2020-03-01
Use web vault built by docker autobuild, using the hash to reference the imag...
Daniel García
2020-02-22
Update web vault used in docker
Daniel García
2020-02-18
Update web vault to fix copy issues
Daniel García
2020-01-19
Update u2f to 0.2, which requires OpenSSL but also might solve the problems w...
Daniel García
2020-01-03
Add hint to Dockerfile's that they are generated
Robin Schneider
2019-12-31
Remove duplicate empty lines in generated Dockerfiles
Robin Schneider
2019-12-31
Set build time options for dpkg and reproducible builds
Robin Schneider
2019-12-31
Move `rustup target` before `cargo build`. Thanks to @dani-garcia!
Robin Schneider
2019-12-31
Make `cargo new` independent of workdir to be exact
Daniel García
2019-12-28
Generate Dockerfiles from one source for maintainability. Closes #785.
Robin Schneider
2019-12-22
Update docker images to alpine 3.11 and rust 1.40
Daniel García
2019-11-24
Updated rust images and enabled minimal profile
Daniel García
2019-11-19
Update web vault to fix twofactorauth.org integration
1.12.0
Daniel García
2019-11-13
cleaner startup exec in order to build the image and run the container with p...
Gernot Nusshall
2019-10-26
Revert rustup minimal profile, rustup can't be updated
Daniel García
2019-10-25
Update rocket to latest master
Daniel García
2019-10-24
Update dependencies and docker base images
Daniel García
2019-09-30
Add sqlite binary into the docker images
Miro Prasil
2019-09-12
Adds support for PostgreSQL which resolves #87 and is mentioned in #246.
Michael Powers