Diagrams是一个云系统架构原型图制作库,它的诞生是为了在没有任何设计工具的情况下对新的系统架构进行原型设计。您还可以描述或可视化现有系统架构,Diagram as Code允许您跟踪任何版本控制系统中的架构图更改。相比于在 UI 上面对各种图标进行拖拽和调整,这种方式更符合我们程序员的使用习惯。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
dependabot[bot] 56934be994
chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
2 weeks ago
.build Init V4 community edition (#2265) 8 months ago
.github Init V4 community edition (#2265) 8 months ago
application feat(encryption): add UI and settings for file encryption 1 month ago
assets@1b1f9f4c8e fix(oss): disable RSA min key size check for OSS callback (#3038) 3 weeks ago
cmd feat(encryption): add UI and settings for file encryption 1 month ago
ent feat: file blob encryption 1 month ago
inventory fix(search): multiple metadata search does not work (#3027) 3 weeks ago
middleware fix(middleware): only select first client IP from X-Forwarded-For (#2748) 4 months ago
pkg fix(oss): disable RSA min key size check for OSS callback (#3038) 3 weeks ago
routers chore: update required golang version and gzip middleware 1 month ago
service feat(encryption): add UI and settings for file encryption 1 month ago
.gitignore [Feature](database): Add Support for SSL Connections and Database URL Configuration (#2540) 5 months ago
.gitmodules Modify: use public URL for asserts module 6 years ago
.goreleaser.yaml chore: add new build target: freebsd_amd64, freebsd_arm64, linux_loong64 (#2442) 6 months ago
Dockerfile chore(docker): add LibRAW into docker image (#2645) 5 months ago
LICENSE Add: README & License 6 years ago
README.md docs: update feature description (#3023) 3 weeks ago
README_zh-CN.md docs: update feature description (#3023) 3 weeks ago
SECURITY.md Update SECURITY.md 7 months ago
azure-pipelines.yml chore: update dockerhub service connection 8 months ago
docker-compose.yml fix: Some containers won't auto restart in the current Docker Compose (#2932) 2 months ago
giscus.json Create giscus.json 9 months ago
go.mod chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 2 weeks ago
go.sum chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 2 weeks ago
main.go fix(oss): disable RSA min key size check for OSS callback (#3038) 3 weeks ago

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 Kodo, Aliyun OSS, Tencent COS, Huawei Cloud OBS, Kingsoft Cloud KS3, 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/Preview archived files, download files in batch.
  • 💻 WebDAV support covering all storage providers.
  • Drag&Drop to upload files or folders, with parallel 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