Go to file
AaronLiu 2a6a43d242
Update SECURITY.md
2025-05-08 17:03:23 +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 fix(dbfs): set current version is not executed from existing transaction 2025-04-27 10:37:33 +08:00
assets@5e8e63b378 feat(aria2): show detailed error message from aria2 (#2296) 2025-04-27 10:36:06 +08:00
cmd Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
ent feat: upgrade from community to pro / remove unused edges in storage policy 2025-04-24 15:25:40 +08:00
inventory feat(video player): add flv to default video file viewers map (#2308) 2025-04-26 10:42:46 +08:00
middleware Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
pkg fix(remote download): slave canceled task error is not passed to master in non-debug mode (#2301) 2025-04-27 10:38:35 +08:00
routers fix(remote download): slave canceled task error is not passed to master in non-debug mode (#2301) 2025-04-27 10:38:35 +08:00
service fix(dashboard): user avatar not shown in details popup (fix #2289) 2025-04-24 15:27:19 +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 Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
Dockerfile Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
LICENSE Add: README & License 2020-03-12 19:20:40 +08:00
README.md Update README.md 2024-10-25 13:31:21 +08:00
README_zh-CN.md chore: update readme and archive config 2023-02-09 20:29: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 feat: upgrade from community to pro / remove unused edges in storage policy 2025-04-24 15:25:40 +08:00
giscus.json Create giscus.json 2025-02-25 18:06:11 +08:00
go.mod Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
go.sum Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00
main.go Init V4 community edition (#2265) 2025-04-20 17:31:25 +08:00

README.md

中文版本V4 版本前瞻



Cloudreve

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

GitHub Test Workflow

HomepageDemoDiscussionDocumentsDownloadTelegram GroupLicense

Screenshot

Features

  • ☁️ Support storing files into Local storage, Remote storage, Qiniu, Aliyun OSS, Tencent COS, Upyun, OneDrive, S3 compatible API.
  • 📤 Upload/Download in directly transmission with speed limiting support.
  • 💾 Integrate with Aria2 to download files offline, 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 streaming upload processing.
  • 🗃️ Drag & Drop to manage your files.
  • 👩‍👧‍👦 Multi-users with multi-groups.
  • 🔗 Create share links for files and folders with expiration date.
  • 👁️‍🗨️ Preview videos, images, audios, ePub files online; edit texts, Office documents online.
  • 🎨 Customize theme colors, dark mode, PWA application, SPA, i18n.
  • 🚀 All-In-One packing, with all features out-of-the-box.
  • 🌈 ... ...

🛠️ Deploy

Download the main binary for your target machine OS, CPU architecture and run it directly.

# Extract Cloudreve binary
tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz

# Grant execute permission
chmod +x ./cloudreve

# Start Cloudreve
./cloudreve

The above is a minimum deploy example, you can refer to Getting started for a completed deployment.

⚙️ Build

You need to have Go >= 1.18, node.js, yarn, zip, goreleaser and other necessary dependencies before you can build it yourself.

Install goreleaser

go install github.com/goreleaser/goreleaser@latest

Clone the code

git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git

Compile

goreleaser build --clean --single-target --snapshot

⚗️ Stacks

📜 License

GPL V3