Auto-sync: 2026-04-17 08:37
This commit is contained in:
27
wiki/entities/NodeWarden.md
Normal file
27
wiki/entities/NodeWarden.md
Normal 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
|
||||
- GitHub:https://github.com/shuaiplus/NodeWarden
|
||||
- License:MIT
|
||||
|
||||
## Connections
|
||||
- [[Bitwarden]] ← implements_protocol ← [[NodeWarden]]
|
||||
- [[Cloudflare Workers]] ← hosts ← [[NodeWarden]]
|
||||
Reference in New Issue
Block a user