27 lines
822 B
Markdown
27 lines
822 B
Markdown
---
|
||
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
|
||
- GitHub:https://github.com/shuaiplus/NodeWarden
|
||
- License:MIT
|
||
|
||
## Connections
|
||
- [[Bitwarden]] ← implements_protocol ← [[NodeWarden]]
|
||
- [[Cloudflare Workers]] ← hosts ← [[NodeWarden]] |