Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,27 @@
---
title: "NodeWarden"
type: entity
tags: []
last_updated: 2026-04-16
---
## Summary
- NodeWarden 是一个运行于 Cloudflare Workers 上的开源 Bitwarden 兼容密码管理服务器项目
- 支持完整的 Bitwarden 协议包括自动登录、TOTP 双因素认证
- 基于 Cloudflare D1 数据库和 R2 对象存储实现数据持久化
- 定位单用户场景,无需自建服务器
## Key Features
- 零服务器成本(仅需 Cloudflare 账号)
- 支持 Cloudflare D1 作为数据库
- 支持 Cloudflare R2 存储附件
- 支持 TOTP 双因素认证(官方需要付费会员)
- 支持 passkey
## Project
- GitHubhttps://github.com/shuaiplus/NodeWarden
- LicenseMIT
## Connections
- [[Bitwarden]] ← implements_protocol ← [[NodeWarden]]
- [[Cloudflare Workers]] ← hosts ← [[NodeWarden]]