User Manual / 用户手册
English
First login
- WebAdmin: http://localhost:30080/web/admin/login
- WebClient: http://localhost:30081/web/client/login
- OpenAPI: http://localhost:30080/openapi/
After the first login, replace bootstrap passwords and remove temporary admin variables.
Common tasks
- Upload and share files from WebClient.
- Manage users, folders, permissions, and events from WebAdmin.
- Use REST/OpenAPI for automation.
- Keep secrets in environment variables or a dedicated env file.
Update flow
- Stop the service.
- Replace the binary or package.
- Keep config and data directories.
- Start the service again.
中文
首次登录
- WebAdmin:http://localhost:30080/web/admin/login
- WebClient:http://localhost:30081/web/client/login
- OpenAPI:http://localhost:30080/openapi/
首次登录后,请及时修改临时密码,并删除临时管理员变量。
常用操作
- 在 WebClient 上传和分享文件。
- 在 WebAdmin 管理用户、文件夹、权限和事件。
- 使用 REST/OpenAPI 做自动化集成。
- 敏感信息优先放在环境变量或独立 env 文件中。
升级流程
- 停止服务。
- 替换二进制或安装包。
- 保留配置目录和数据目录。
- 重新启动服务。