Go to file
dependabot[bot] 6085f2090f
chore(deps): bump golang.org/x/image (#2093)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20211028202545-6944b10bf410 to 0.18.0.
- [Commits](https://github.com/golang/image/commits/v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 10:56:01 +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(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
assets@8b91fca929 feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
cmd feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
ent feat: file blob encryption 2025-10-21 14:54:13 +08:00
inventory feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
middleware fix(middleware): only select first client IP from X-Forwarded-For (#2748) 2025-08-10 10:47:29 +08:00
pkg feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +08:00
routers chore: update required golang version and gzip middleware 2025-10-24 15:07:12 +08:00
service feat(encryption): add UI and settings for file encryption 2025-10-24 15:04:54 +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 Fix typos on README (#2693) 2025-07-31 11:18:48 +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: Some containers won't auto restart in the current Docker Compose (#2932) 2025-09-27 22:04:38 +08:00
giscus.json Create giscus.json 2025-02-25 18:06:11 +08:00
go.mod chore(deps): bump golang.org/x/image (#2093) 2025-10-28 10:56:01 +08:00
go.sum chore(deps): bump golang.org/x/image (#2093) 2025-10-28 10:56:01 +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 multi-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 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