Files
nexus/wiki/entities/NodeWarden.md
2026-04-17 08:38:12 +08:00

27 lines
822 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]