|
| 1 | +<p align="center"> |
| 2 | + <a href="https://github.com/diskcloud/service"> |
| 3 | + <img width="150" src="./public/logo.png"> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | +<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/diskcloud/service"> |
| 9 | +<img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues-pr/diskcloud/service"> |
| 10 | +<img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/diskcloud/service"> |
| 11 | +</p> |
| 12 | + |
| 13 | +## 支持系统 💻 |
| 14 | + |
| 15 | +| Linux | MacOS | Windows | |
| 16 | +| -------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------ | |
| 17 | +| <img alt="Linux" width="35" src="./public/support-system/linux.svg"> | <img alt="MacOS" width="35" src="./public/support-system/macos.svg"> | <img alt="Windows" width="35" src="./public/support-system/windows.svg"> | |
| 18 | + |
| 19 | +## 运行环境 📍 |
| 20 | + |
| 21 | +| Node | Npm | Yarn | MySQL | Redis | |
| 22 | +| -------- | ------- | -------- | -------- | ------- | |
| 23 | +| >=18.0.0 | >=8.0.0 | >=1.22.0 | >=5.7.44 | >=7.2.4 | |
| 24 | + |
| 25 | +## 功能列表 📃 |
| 26 | + |
| 27 | +- [x] 文件上传 |
| 28 | +- [x] 文件压缩 |
| 29 | +- [x] 文件缩略图 |
| 30 | +- [x] 文件临时存储 |
| 31 | +- [x] 文件回收站 |
| 32 | +- [x] 文件下载 |
| 33 | +- [x] 文件编辑 |
| 34 | +- [x] 文件共享 |
| 35 | +- [x] 文件数据管理 |
| 36 | +- [x] 用户单点登录(SSO) |
| 37 | +- [x] 用户注销 |
| 38 | +- [x] 用户角色权限 |
| 39 | +- [x] 用户禁用启用 |
| 40 | +- [x] 一键启动项目 |
| 41 | +- [x] 自动创建数据库 |
| 42 | + |
| 43 | +## 使用方法 😋 |
| 44 | + |
| 45 | +#### Linux |
| 46 | + |
| 47 | +```shell |
| 48 | +./scripts/setup.sh |
| 49 | +``` |
| 50 | + |
| 51 | +#### Windows |
| 52 | + |
| 53 | +```shell |
| 54 | +./scripts/setup.ps1 |
| 55 | +``` |
| 56 | + |
| 57 | +## 贡献者 💪 |
| 58 | + |
| 59 | +<a href="https://github.com/diskcloud/service/graphs/contributors"><img src="https://opencollective.com/diskcloud/contributors.svg" /></a> |
| 60 | + |
| 61 | +<a href="https://next.ossinsight.io/widgets/official/compose-activity-trends?repo_id=820362952" target="_blank" style="display: block" align="center"> |
| 62 | + <picture> |
| 63 | + <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-activity-trends/thumbnail.png?repo_id=820362952&image_size=auto&color_scheme=dark"> |
| 64 | + <img alt="Activity Trends of diskcloud/service - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-activity-trends/thumbnail.png?repo_id=820362952&image_size=auto&color_scheme=light" height="auto"> |
| 65 | + </picture> |
| 66 | +</a> |
| 67 | +<br /> |
| 68 | +<a href="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency?owner_id=11855343&period=past_28_days&activity=pull-requests" target="_blank" style="display: block" align="center"> |
| 69 | + <picture> |
| 70 | + <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency/thumbnail.png?owner_id=11855343&period=past_28_days&activity=pull-requests&image_size=3x9&color_scheme=dark"> |
| 71 | + <img alt="Count of Pull requests Over Time" src="https://next.ossinsight.io/widgets/official/analyze-org-activity-efficiency/thumbnail.png?owner_id=11855343&period=past_28_days&activity=pull-requests&image_size=3x9&color_scheme=light" height="auto"> |
| 72 | + </picture> |
| 73 | +</a> |
| 74 | + |
| 75 | +## 其他文档 📖 |
| 76 | + |
| 77 | +[Contribution Guide](./CONTRIBUTING.md) | [Security Policy](./SECURITY.md) | [Update Log](./CHANGELOG.md) | [Licence](./LICENSE) |
0 commit comments