Go to file
WittF 6106b57bc7
feat(captcha): update static asset source option (#2589)
* feat(captcha): Add captcha_cap_asset_server configuration option to support static asset server settings (#2584)

* fix(captcha): Backend default: cdn → jsdelivr
2025-06-29 10:14:26 +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@ac6f97d9ba update submodule 2025-06-27 09:21:19 +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(captcha): update static asset source option (#2589) 2025-06-29 10:14:26 +08:00
middleware refactor(captcha): update Cap to 2.0.0 (#2573) 2025-06-26 14:58:58 +08:00
pkg feat(captcha): update static asset source option (#2589) 2025-06-29 10:14:26 +08:00
routers feat(explorer): manage created direct links / option to enable unique redirected direct links 2025-06-26 18:45:54 +08:00
service feat(captcha): update static asset source option (#2589) 2025-06-29 10:14:26 +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 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