支持多家云存储的云盘系统 (Self-hosted file management and sharing system, supports multiple storage providers)
Go to file
Aaron Liu 32632db36f feat(fs): change event debounce before emitting to subscriber 2025-12-13 14:48:01 +08:00
.build Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
.github Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
application feat(fs): fs change event notification via SSE / show panic stack trace in task queue 2025-12-13 14:48:01 +08:00
assets@0b388cc50a feat(upload): etag check in client-side upload / support empty policy ID 2025-12-05 15:17:07 +08:00
cmd feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
ent feat(fs): fs change event notification via SSE / show panic stack trace in task queue 2025-12-13 14:48:01 +08:00
inventory feat(fs): fs change event notification via SSE / show panic stack trace in task queue 2025-12-13 14:48:01 +08:00
middleware feat(fs): fs change event notification via SSE / show panic stack trace in task queue 2025-12-13 14:48:01 +08:00
pkg feat(fs): change event debounce before emitting to subscriber 2025-12-13 14:48:01 +08:00
routers feat(fs): fs change event notification via SSE / show panic stack trace in task queue 2025-12-13 14:48:01 +08:00
service feat(fs): change event debounce before emitting to subscriber 2025-12-13 14:48:01 +08:00
.gitignore [Feature](database): Add Support for SSL Connections and Database URL Configuration (#2540) 2025-06-23 17:12:20 +08:00
.gitmodules Modify: use public URL for asserts module 2020-03-12 12:07:07 +08:00
.goreleaser.yaml chore: add new build target: freebsd_amd64, freebsd_arm64, linux_loong64 (#2442) 2025-06-05 16:36:33 +08:00
Dockerfile chore(docker): add LibRAW into docker image (#2645) 2025-07-15 11:01:44 +08:00
LICENSE Add: README & License 2020-03-12 19:20:40 +08:00
README.md docs: update feature description (#3023) 2025-11-12 13:55:38 +08:00
README_zh-CN.md docs: update feature description (#3023) 2025-11-12 13:55:38 +08:00
SECURITY.md Update SECURITY.md 2025-05-08 17:03:23 +08:00
azure-pipelines.yml chore: update dockerhub service connection 2025-04-21 20:24:56 +08:00
docker-compose.yml fix: Some containers won't auto restart in the current Docker Compose (#2932) 2025-09-27 22:04:38 +08:00
giscus.json Create giscus.json 2025-02-25 18:06:11 +08:00
go.mod chore(deps): bump golang.org/x/image (#2093) 2025-10-28 10:56:01 +08:00
go.sum chore(deps): bump golang.org/x/image (#2093) 2025-10-28 10:56:01 +08:00
main.go fix(oss): disable RSA min key size check for OSS callback (#3038) 2025-11-15 11:59:09 +08:00

中文版本



Cloudreve

Self-hosted file management system with multi-cloud support.

Azure pipelines Docker Pulls

HomepageTry itDiscussionDocumentsDownloadTelegramDiscord

Screenshot

Features

  • ☁️ Support storing files into Local, Remote node, OneDrive, S3 compatible API, Qiniu Kodo, Aliyun OSS, Tencent COS, Huawei Cloud OBS, Kingsoft Cloud KS3, Upyun.
  • 📤 Upload/Download in directly transmission from client to storage providers.
  • 💾 Integrate with Aria2/qBittorrent to download files in background, use multiple download nodes to share the load.
  • 📚 Compress/Extract/Preview archived files, download files in batch.
  • 💻 WebDAV support covering all storage providers.
  • Drag&Drop to upload files or folders, with parallel resumable upload support.
  • 🗃️ Extract media metadata from files, search files by metadata or tags.
  • 👩‍👧‍👦 Multi-users with multi-groups.
  • 🔗 Create share links for files and folders with expiration date.
  • 👁️‍🗨️ Preview videos, images, audios, ePub files online; edit texts, diagrams, Markdown, images, Office documents online.
  • 🎨 Customize theme colors, dark mode, PWA application, SPA, i18n.
  • 🚀 All-in-one packaging, with all features out of the box.
  • 🌈 ... ...

🛠️ Deploy

To deploy Cloudreve, you can refer to Getting started for a quick local deployment to test.

When you're ready to deploy Cloudreve to a production environment, you can refer to Deploy for a complete deployment.

⚙️ Build

Please refer to Build for how to build Cloudreve from source code.

🚀 Contributing

If you're interested in contributing to Cloudreve, please refer to Contributing for how to contribute to Cloudreve.

⚗️ Stacks

📜 License

GPL V3