0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-04-08 02:55:11 -05:00
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
Find a file
JinkaiNiu be52601a10
Update settings.hbs
优化中文
2025-02-02 19:37:59 +08:00
.github Org fixes (#5438) 2025-01-25 01:32:09 +01:00
docker Update Rust to 1.84.1 (#5508) 2025-02-01 13:16:32 +01:00
macros Org fixes (#5438) 2025-01-25 01:32:09 +01:00
migrations Add manage role for collections and groups (#5386) 2025-01-21 23:33:41 +01:00
resources Update README (#5153) 2024-11-02 22:20:10 +01:00
src Update settings.hbs 2025-02-02 19:37:59 +08:00
tools Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
.dockerignore rename membership and adopt newtype pattern (#5320) 2025-01-09 18:37:23 +01:00
.editorconfig Misc changes. 2021-03-30 21:45:10 +02:00
.env.template Add inline-menu-positioning-improvements feature flag (#5313) 2024-12-20 17:49:46 +01:00
.gitattributes Just ignore scripts 2021-04-01 20:44:58 +01:00
.gitignore Rename included .env file to .env.template and ignored .env 2019-01-06 22:50:30 +01:00
.hadolint.yaml Container building changes (#3958) 2023-10-23 00:18:38 +02:00
.pre-commit-config.yaml Update Rust, Crates and GHA (#4783) 2024-07-25 20:24:27 +02:00
build.rs Fix some nightly build errors (#4657) 2024-06-20 09:35:52 +02:00
Cargo.lock Update Rust to 1.84.1 (#5508) 2025-02-01 13:16:32 +01:00
Cargo.toml Update Rust to 1.84.1 (#5508) 2025-02-01 13:16:32 +01:00
diesel.toml Updated dependencies and created 'rust-toolchain', to mark a working nightly to rustup users, and hopefully avoid some nightly breakage. 2018-06-12 17:30:36 +02:00
Dockerfile Container building changes (#3958) 2023-10-23 00:18:38 +02:00
LICENSE.txt Re-License Vaultwarden to AGPLv3 2023-01-24 20:49:11 +01:00
README.md 中文readme 2025-02-02 19:28:35 +08:00
rust-toolchain.toml Update Rust to 1.84.1 (#5508) 2025-02-01 13:16:32 +01:00
rustfmt.toml Upd Crates, Rust, MSRV, GHA and remove Backtrace 2023-03-07 09:17:42 +01:00
SECURITY.md chore: fix some comments (#5224) 2024-11-25 18:35:00 +01:00

Vaultwarden

Vaultwarden是一个基于Rust编写的Bitwarden客户端API替代服务器适用于自托管部署在运行官方资源密集型服务不理想的情况下特别适用。

特性

Vaultwarden提供了Bitwarden客户端API的完整实现包括

  • 个人保险库
  • 发送附件
  • 网站图标
  • 个人API密钥
  • 组织收藏夹、密码共享、成员角色、组、事件日志、管理员密码重置、目录连接器、策略
  • 多/双因素身份验证认证器、电子邮件、FIDO2 WebAuthn、YubiKey、Duo
  • 紧急访问
  • 改进的Web保险库客户端内置于我们的容器中