mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: update README files to reflect full user management and support for text and file sends
This commit is contained in:
@@ -33,11 +33,11 @@ English:[`README_EN.md`](./README_EN.md)
|
|||||||
| 导入功能 | ✅ | ✅ | 覆盖常见导入路径 |
|
| 导入功能 | ✅ | ✅ | 覆盖常见导入路径 |
|
||||||
| 网站图标代理 | ✅ | ✅ | 通过 `/icons/{hostname}/icon.png` |
|
| 网站图标代理 | ✅ | ✅ | 通过 `/icons/{hostname}/icon.png` |
|
||||||
| passkey、TOTP | ❌ | ✅ |官方需要会员,我们的不需要 |
|
| passkey、TOTP | ❌ | ✅ |官方需要会员,我们的不需要 |
|
||||||
| 多用户 | ✅ | ❌ | NodeWarden 定位单用户 |
|
| Send | ✅ | ✅ | 已支持文本 Send 与文件 Send |
|
||||||
|
| 多用户 | ✅ | ✅ | 完整的用户管理 |
|
||||||
| 组织/集合/成员权限 | ✅ | ❌ | 没必要实现 |
|
| 组织/集合/成员权限 | ✅ | ❌ | 没必要实现 |
|
||||||
| 登录 2FA(TOTP/WebAuthn/Duo/Email) | ✅ | ⚠️ 部分支持 | 仅支持 TOTP(通过 `TOTP_SECRET`) |
|
| 登录 2FA(TOTP/WebAuthn/Duo/Email) | ✅ | ⚠️ 部分支持 | 仅支持 TOTP(通过 `TOTP_SECRET`) |
|
||||||
| SSO / SCIM / 企业目录 | ✅ | ❌ | 没必要实现 |
|
| SSO / SCIM / 企业目录 | ✅ | ❌ | 没必要实现 |
|
||||||
| Send | ✅ | ❌ | 基本没人用 |
|
|
||||||
| 紧急访问 | ✅ | ❌ | 没必要实现 |
|
| 紧急访问 | ✅ | ❌ | 没必要实现 |
|
||||||
| 管理后台 / 计费订阅 | ✅ | ❌ | 纯免费 |
|
| 管理后台 / 计费订阅 | ✅ | ❌ | 纯免费 |
|
||||||
| 推送通知完整链路 | ✅ | ❌ | 没必要实现 |
|
| 推送通知完整链路 | ✅ | ❌ | 没必要实现 |
|
||||||
|
|||||||
+2
-2
@@ -34,11 +34,11 @@
|
|||||||
| Import flow (common clients) | ✅ | ✅ | Common import paths covered |
|
| Import flow (common clients) | ✅ | ✅ | Common import paths covered |
|
||||||
| Website icon proxy | ✅ | ✅ | Via `/icons/{hostname}/icon.png` |
|
| Website icon proxy | ✅ | ✅ | Via `/icons/{hostname}/icon.png` |
|
||||||
| passkey、TOTP | ❌ | ✅ | Official service requires premium; NodeWarden does not |
|
| passkey、TOTP | ❌ | ✅ | Official service requires premium; NodeWarden does not |
|
||||||
| Multi-user | ✅ | ❌ | NodeWarden is single-user by design |
|
| Multi-user | ✅ | ✅ | Full User Management |
|
||||||
|
| Send | ✅ | ✅ | Text Send and File Send are supported |
|
||||||
| Organizations / Collections / Member roles | ✅ | ❌ | Not necessary to implement |
|
| Organizations / Collections / Member roles | ✅ | ❌ | Not necessary to implement |
|
||||||
| Login 2FA (TOTP/WebAuthn/Duo/Email) | ✅ | ⚠️ Partial | TOTP-only via `TOTP_SECRET` |
|
| Login 2FA (TOTP/WebAuthn/Duo/Email) | ✅ | ⚠️ Partial | TOTP-only via `TOTP_SECRET` |
|
||||||
| SSO / SCIM / Enterprise directory | ✅ | ❌ | Not necessary to implement |
|
| SSO / SCIM / Enterprise directory | ✅ | ❌ | Not necessary to implement |
|
||||||
| Send | ✅ | ❌ | Not necessary to implement |
|
|
||||||
| Emergency access | ✅ | ❌ | Not necessary to implement |
|
| Emergency access | ✅ | ❌ | Not necessary to implement |
|
||||||
| Admin console / Billing & subscription | ✅ | ❌ | Free only |
|
| Admin console / Billing & subscription | ✅ | ❌ | Free only |
|
||||||
| Full push notification pipeline | ✅ | ❌ | Not necessary to implement |
|
| Full push notification pipeline | ✅ | ❌ | Not necessary to implement |
|
||||||
|
|||||||
Reference in New Issue
Block a user