🌩 Self-hosted file management and sharing system, supports multiple storage providers https://cloudreve.org
Find a file
2026-06-26 14:03:21 +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@3235069f05 fix(router): require admin write scope for test node routes 2026-06-26 14:03:21 +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 feat(user): options to disable exposing user emails to other users 2026-06-13 11:40:48 +08:00
middleware fix(middleware): improve access token validation in ViewerSessionValidation 2026-06-26 10:24:33 +08:00
pkg feat(user): options to disable exposing user emails to other users 2026-06-13 11:40:48 +08:00
routers fix(router): require admin write scope for test node routes 2026-06-26 10:27:35 +08:00
service feat(user): options to disable exposing user emails to other users 2026-06-13 11:40:48 +08:00
.gitignore fix: expose aria2 udp port 2026-03-04 14:40:04 +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(ado): switch to self-hosted vsts pool 2026-01-14 15:00:43 +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(deps): bump github.com/aws/aws-sdk-go from 1.31.5 to 1.34.0 (#3462) 2026-06-06 11:14:55 +08:00
go.sum chore(deps): bump github.com/aws/aws-sdk-go from 1.31.5 to 1.34.0 (#3462) 2026-06-06 11:14:55 +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