🌩 Self-hosted file management and sharing system, supports multiple storage providers https://cloudreve.org
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-15 19:04:43 +08:00
.build fix: expose aria2 udp port 2026-03-04 14:40:04 +08:00
.github fix: typo in issue contact links 2026-02-24 16:46:50 +08:00
application feat(fts): start background task to force build index for existing files (close #2895) 2026-02-12 13:40:11 +08:00
assets@19da0fe1ec Update submodule 2026-09-15 19:04:43 +08:00
cmd feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
ent feat(ent): add index for created_at 2026-05-09 11:14:11 +08:00
inventory fix(dbfs): enforce storage pre allocate before creating file placeholders 2026-07-15 10:56:21 +08:00
middleware fix(callback): validate upload callback secret (#3497) 2026-07-15 14:53:27 +08:00
pkg fix(provider): correct typo in queue worker number key 2026-09-14 19:05:21 +08:00
routers fix(callback): abort on invalid Upyun callback signature 2026-09-15 19:00:12 +08:00
service fix(admin): validate user credentials (fix #3563) 2026-09-04 16:06:47 +08:00
.gitignore fix(dbfs): enforce storage pre allocate before creating file placeholders 2026-07-15 10:56:21 +08:00
.gitmodules Modify: use public URL for asserts module 2020-03-12 12:07:07 +08:00
.goreleaser.yaml chore: add v4 tag for docker images (close #3284) 2026-02-14 10:00:53 +08:00
azure-pipelines.yml chore: update Go version to 1.26.5 and improve error handling in remote client 2026-09-03 18:56:20 +08:00
CONTRIBUTING.md doc: add contributing guidance 2026-07-08 10:19:04 +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
Dockerfile fix: expose aria2 udp port 2026-03-04 14:40:04 +08:00
giscus.json Create giscus.json 2025-02-25 18:06:11 +08:00
go.mod chore: update Go version to 1.26.5 and improve error handling in remote client 2026-09-03 18:56:20 +08:00
go.sum chore(deps): bump golang.org/x/image from 0.38.0 to 0.41.0 (#3488) 2026-07-15 15:32:34 +08:00
LICENSE Add: README & License 2020-03-12 19:20:40 +08:00
main.go fix(oss): disable RSA min key size check for OSS callback (#3038) 2025-11-15 11:59:09 +08:00
README.md docs: correct links (#3213) 2026-01-23 15:32:10 +08:00
README_zh-CN.md docs: correct links (#3213) 2026-01-23 15:32:10 +08:00
SECURITY.md doc: update security policy 2026-06-06 11:28:13 +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