Commit Graph

17 Commits

Author SHA1 Message Date
ViViDboarder 231f9036fb Add --build flag to example compose 2021-05-20 17:33:30 -07:00
ViViDboarder adf460c05e Add some additional configs for easier testing 2021-05-20 17:29:45 -07:00
ViViDboarder a0bb9152ee Rebrand vaultwarden 2021-05-07 12:55:29 -07:00
ViViDboarder b47d279ca9 Update readme with starttls documentation 2020-12-27 11:19:14 -05:00
Ian 7b3a814ce7
Merge pull request #13 from jerhat/master
Added optional bitwarden_root_cert config to trust an additional root certificate...
2020-07-12 09:01:04 -07:00
jerhat f5b94ee792 renamed bitwarden_root_cert into bitwarden_root_cert_file
separate get_root_cert() function
formatting (rustfmt)
2020-07-10 11:14:12 +08:00
ViViDboarder 91d70e6bb8 Add linting, formatting and other checks
This adds pre-commit hooks installable using the provided Makefile as
well as a new check to validate the version in the Cargo file matches
the git tag. This will be useful as a check before pushing releases.
2020-07-09 12:09:19 -07:00
jerhat acf8165bed added instructions to expose the cert to container when using docker 2020-07-09 16:32:06 +08:00
jerhat 78be951474 Added optional ldap_no_tls_verify config that allows bypassiung ldap ssl certification check 2020-07-09 14:24:36 +08:00
jerhat 9d7f226c8e Added optional bitwarden_root_cert config to trust an additional root certificate when connecting to the bitwarden_rs instance. This can be useful in corporate environments where certificates are issued by a local CA (or for self-signed certificates) 2020-07-09 14:02:10 +08:00
Ian c493366efd Fix invalid email field error
Instead of crashing with a cryptic message, instead we print an error
message.

Also, as a bonus, better testing instructions!

Fixes #3
Fixes #2
2019-10-02 15:04:32 -07:00
ViViDboarder b6c9cae8f3 Update Readme 2019-04-12 16:49:14 -07:00
ViViDboarder c42bb99536 Update Readme 2019-04-11 16:22:47 -07:00
ViViDboarder d1b467a148 Add checking of both users and invites before sending new ones 2019-04-11 16:20:00 -07:00
ViViDboarder 25b6fed023 Update Readme with instructions 2019-03-30 19:53:17 -07:00
ViViDboarder 6d79984a65 LDAP querying complete 2019-03-29 11:18:56 -07:00
Ian cd68ef6f46
Initial commit 2019-02-27 21:55:25 -08:00