Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diskcloud/service
Online cloud storage implemented by nodejs 使用Nodejs实现的在线云存储
https://github.com/diskcloud/service
cloud clouddisk disk diskcloud docker koa koa-router mysql nodejs nodemon pm2 redis restful restful-api sequelize sso tinify
Last synced: about 2 months ago
JSON representation
Online cloud storage implemented by nodejs 使用Nodejs实现的在线云存储
- Host: GitHub
- URL: https://github.com/diskcloud/service
- Owner: diskcloud
- License: mit
- Created: 2024-06-26T10:16:23.000Z (6 months ago)
- Default Branch: plus/2.0.0
- Last Pushed: 2024-09-10T17:49:34.000Z (4 months ago)
- Last Synced: 2024-10-31T08:42:11.920Z (2 months ago)
- Topics: cloud, clouddisk, disk, diskcloud, docker, koa, koa-router, mysql, nodejs, nodemon, pm2, redis, restful, restful-api, sequelize, sso, tinify
- Language: JavaScript
- Homepage: https://diskcloud.giao.club/
- Size: 354 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README-zh.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[English](./README.md) | 中文
## 支持系统 💻
| Linux | MacOS | Windows |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| | | |## 运行环境 📍
| Node | Npm | Yarn | MySQL | Redis |
| -------- | ------- | -------- | -------- | ------- |
| >=18.0.0 | >=8.0.0 | >=1.22.0 | >=5.7.44 | >=7.2.4 |## 功能列表 📃
- [x] 文件上传
- [x] 文件压缩
- [x] 文件缩略图
- [x] 文件临时存储
- [x] 文件回收站
- [x] 文件下载
- [x] 文件编辑
- [x] 文件共享
- [x] 文件数据管理
- [x] 用户单点登录(SSO)
- [x] 用户注销
- [x] 用户角色权限
- [x] 用户禁用启用
- [x] 一键启动项目
- [x] 自动创建数据库## 使用方法 😋
#### Linux
```shell
./scripts/setup.sh
```#### Windows
```shell
./scripts/setup.ps1
```## 贡献者 💪
## 其他文档 📖
[贡献指南](./CONTRIBUTING.md) | [安全策略](./SECURITY.md) | [更新日志](./CHANGELOG.md) | [许可证](./LICENSE)