Go to file
Aaron Liu fec549f5ec feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +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(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
assets@44a696a2e7 feat(file apps): add excalidraw (#2317) 2025-06-21 12:03:08 +08:00
cmd Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
ent feat(explorer): save user's view setting to server / optionally share view setting via share link (#2232) 2025-06-05 10:00:37 +08:00
inventory feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
middleware feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
pkg feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
routers fix(router): remove unused get all group route 2025-06-13 13:30:13 +08:00
service feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
.gitignore Init V4 community edition (#2265) 2025-04-20 17:31:25 +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 fix(docker): cannot generate thumbs for heic/heif images if boot from docker image 2025-06-12 11:27:38 +08:00
LICENSE Add: README & License 2020-03-12 19:20:40 +08:00
README.md chore: refresh README 2025-06-14 11:06:42 +08:00
README_zh-CN.md chore: refresh README 2025-06-14 11:06:42 +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(docker compose): redis failed to persist due to permission error (#2476) 2025-06-14 10:07:32 +08:00
giscus.json Create giscus.json 2025-02-25 18:06:11 +08:00
go.mod feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
go.sum feat(ent): migrate DB settings in patches 2025-06-22 10:31:33 +08:00
main.go Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00

README.md

中文版本



Cloudreve

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

Azure pipelines Docker Pulls

HomepageTry itDiscussionDocumentsDownloadTelegramDiscord

Screenshot

Features

  • ☁️ Support storing files into Local, Remote node, OneDrive, S3 compatible API, Qiniu, Aliyun OSS, Tencent COS, Upyun, OneDrive.
  • 📤 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 files, download files in batch.
  • 💻 WebDAV support covering all storage providers.
  • Drag&Drop to upload files or folders, with resumeable 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 packing, 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