feat: 添加密码管理功能,包括 API、数据库支持和前端界面

This commit is contained in:
2026-01-23 23:55:08 +08:00
parent 1a3bbac9ff
commit a8c96d84f0
43 changed files with 1957 additions and 110 deletions

View File

@@ -15,5 +15,8 @@ DATABASE_SSL=false
# Auth
AUTH_JWT_SECRET=change_me_long_random
# Credential encryption (base64-encoded 32-byte key)
CREDENTIAL_MASTER_KEY=change_me_base64_32_bytes
# Admin (only this email is treated as admin)
ADMIN_EMAIL=admin@example.com