Go to file
Aaron Liu 1cdccf5fc9 feat(thumb): adding option to define custom input argument for FFmpeg (#2657) 2025-07-15 14:11:42 +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(db): add mariadb alias (#2560) 2025-06-23 17:17:18 +08:00
assets@0b49582a07 feat(thumb): adding option to define custom input argument for FFmpeg (#2657) 2025-07-15 14:11:42 +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(thumb): adding option to define custom input argument for FFmpeg (#2657) 2025-07-15 14:11:42 +08:00
middleware refactor(captcha): update Cap to 2.0.0 (#2573) 2025-06-26 14:58:58 +08:00
pkg feat(thumb): adding option to define custom input argument for FFmpeg (#2657) 2025-07-15 14:11:42 +08:00
routers feat(direct link): add option to get direct link with download enforced (#2651) 2025-07-15 13:22:04 +08:00
service feat(direct link): add option to get direct link with download enforced (#2651) 2025-07-15 13:22:04 +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 doc: duplicated OneDrive in README 2025-06-30 19:46:22 +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 chore(docker): add LibRAW into docker image (#2645) 2025-07-15 11:01:44 +08:00
giscus.json Create giscus.json 2025-02-25 18:06:11 +08:00
go.mod chore: update fatih/color (#2591) 2025-06-29 10:48:25 +08:00
go.sum chore(docker): add LibRAW into docker image (#2645) 2025-07-15 11:01:44 +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.
  • 📤 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