Files
nexus/wiki/sources/NodeWarden-Bitwarden无服务器部署.md

40 lines
1.5 KiB
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 Bitwarden无服务器部署"
type: source
tags: [NodeWarden, Bitwarden, Cloudflare, Workers]
date: 2026-02-22
---
## Source File
- [[raw/Home Office/NodeWarden - 把 Bitwarden 搬上 Cloudflare Workers彻底告别服务器.md]]
## Summary
- 核心主题NodeWarden——将Bitwarden服务器端部署在Cloudflare Workers上完全无需VPS
- 问题域自托管Bitwarden需要服务器成本和维护工作
- 方法/机制Cloudflare Workers + D1数据库 + R2对象存储 + 一键GitHub部署
- 结论/价值免费、无服务器、支持TOTP/Passkey的Bitwarden替代方案
## Key Claims
- 支持功能:单用户保管箱、文件夹/收藏、全量同步、附件、图标代理、TOTP/Passkey
- 不支持:多用户、组织/集合、SSO/SCIM、Send、紧急访问
- TOTP支持设置TOTP_SECRET环境变量即可
- 部署方式fork GitHub仓库 → Cloudflare一键部署
- 登录地址https://nodewarden.ishenwei.online/
- Bitwarden官方客户端可直接连接自托管服务器
## Key Concepts
- [[无服务器密码管理]]Cloudflare Workers替代传统VPS
- [[CloudflareD1]]:边缘数据库
- [[CloudflareR2]]:对象存储
## Key Entities
- [[NodeWarden]]Bitwarden服务端替代方案
- [[Cloudflare]]Workers无服务器平台
- [[Bitwarden]]:密码管理客户端
## Connections
- [[NodeWarden-Bitwarden无服务器部署]] ← implements ← [[无服务器密码管理]]
## Contradictions
- 无冲突