Files
cloudreve/README_zh-CN.md

78 lines
3.5 KiB
Markdown
Raw Permalink Normal View History

2022-12-19 17:33:15 +08:00
[English Version](https://github.com/cloudreve/Cloudreve/blob/master/README.md)
2022-12-16 21:12:09 +08:00
<h1 align="center">
<br>
<a href="https://cloudreve.org/" alt="logo" ><img src="https://raw.githubusercontent.com/cloudreve/frontend/master/public/static/img/logo192.png" width="150"/></a>
<br>
Cloudreve
<br>
</h1>
<h4 align="center">支持多家云存储驱动的公有云文件系统.</h4>
<p align="center">
2025-06-14 11:06:42 +08:00
<a href="https://dev.azure.com/abslantliu/Cloudreve/_build?definitionId=6">
<img src="https://dev.azure.com/abslantliu/Cloudreve/_apis/build/status%2Fcloudreve.Cloudreve?branchName=refs%2Fpull%2F2481%2Fmerge"
alt="Azure pipelines">
2022-12-16 21:12:09 +08:00
</a>
<a href="https://github.com/cloudreve/Cloudreve/releases">
2025-06-14 11:06:42 +08:00
<img src="https://img.shields.io/github/v/release/cloudreve/Cloudreve?include_prereleases" />
</a>
<a href="https://hub.docker.com/r/cloudreve/cloudreve">
<img src="https://img.shields.io/docker/image-size/cloudreve/cloudreve"/>
2022-12-16 21:12:09 +08:00
</a>
<a href="https://hub.docker.com/r/cloudreve/cloudreve">
2025-06-14 11:06:42 +08:00
<img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/cloudreve/cloudreve" />
2022-12-16 21:12:09 +08:00
</a>
</p>
<p align="center">
<a href="https://cloudreve.org">主页</a>
2025-06-14 11:06:42 +08:00
<a href="https://demo.cloudreve.org">演示</a>
<a href="https://github.com/cloudreve/cloudreve/discussions">讨论</a>
<a href="https://docs.cloudreve.org">文档</a>
2022-12-16 21:12:09 +08:00
<a href="https://github.com/cloudreve/Cloudreve/releases">下载</a>
2025-06-14 11:06:42 +08:00
<a href="https://t.me/cloudreve_official">Telegram</a>
<a href="https://discord.com/invite/WTpMFpZT76">Discord</a>
2022-12-16 21:12:09 +08:00
</p>
![Screenshot](https://raw.githubusercontent.com/cloudreve/docs/master/images/homepage.png)
## :sparkles: 特性
2025-06-14 11:06:42 +08:00
- :cloud: 支持本机、从机、七牛、阿里云 OSS、腾讯云 COS、华为云 OBS、又拍云、OneDrive (包括世纪互联版) 、S3 兼容协议 作为存储端
- :outbox_tray: 上传/下载 支持客户端直传,支持下载限速
- 💾 可对接 Aria2 离线下载,可使用多个从机节点分担下载任务
- 📚 在线 压缩/解压缩、多文件打包下载
- 💻 覆盖全部存储策略的 WebDAV 协议支持
- :zap: 拖拽上传、目录上传、分片上传
- :card_file_box: 提取媒体元数据,通过元数据或标签搜索文件
- :family_woman_girl_boy: 多用户、用户组、多存储策略
- :link: 创建文件、目录的分享链接,可设定自动过期
- :eye_speech_bubble: 视频、图像、音频、 ePub 在线预览文本、Office 文档在线编辑
- :art: 自定义配色、黑暗模式、PWA 应用、全站单页应用、国际化支持
- :rocket: All-In-One 打包,开箱即用
- 🌈 ... ...
2022-12-16 21:12:09 +08:00
## :hammer_and_wrench: 部署
2025-06-14 11:06:42 +08:00
你可以参考 [快速开始](https://docs.cloudreve.org/overview/quickstart) 启动一个本地实例进行体验、测试。
2022-12-16 21:12:09 +08:00
2025-06-14 11:06:42 +08:00
当你准备好将 Cloudreve 部署到生产环境时,可以参考 [部署](https://docs.cloudreve.org/overview/deploy/) 进行完整部署。
2022-12-16 21:12:09 +08:00
## :gear: 构建
2025-06-14 11:06:42 +08:00
你可以参考 [构建](https://docs.cloudreve.org/overview/build/) 从源代码构建 Cloudreve。
2022-12-16 21:12:09 +08:00
2025-06-14 11:06:42 +08:00
## :rocket: 贡献
2022-12-16 21:12:09 +08:00
2025-06-14 11:06:42 +08:00
如果你有兴趣为 Cloudreve 贡献代码,请参考 [贡献](https://docs.cloudreve.org/api/contributing/) 了解如何贡献。
2022-12-16 21:12:09 +08:00
## :alembic: 技术栈
2025-06-14 11:06:42 +08:00
- [Go](https://golang.org/) + [Gin](https://github.com/gin-gonic/gin) + [ent](https://github.com/ent/ent)
- [React](https://github.com/facebook/react) + [Redux](https://github.com/reduxjs/redux) + [Material-UI](https://github.com/mui-org/material-ui)
2022-12-16 21:12:09 +08:00
## :scroll: 许可证
GPL V3