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] f9373927c9
chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0
2 weeks ago
.build
.github
application
assets@083484109f fix(router): require AdminWrite scope for URL test related routes 2 weeks ago
cmd
ent
inventory fix(dbfs): enforce storage pre allocate before creating file placeholders 2 weeks ago
middleware fix(callback): validate upload callback secret (#3497) 2 weeks ago
pkg fix(ssrf): implement effectiveIP function to normalize IPv4-in-IPv6 addresses 2 weeks ago
routers fix(router): require AdminWrite scope for URL test related routes 2 weeks ago
service
.gitignore fix(dbfs): enforce storage pre allocate before creating file placeholders 2 weeks ago
.gitmodules
.goreleaser.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
README_zh-CN.md
SECURITY.md
azure-pipelines.yml
docker-compose.yml
giscus.json
go.mod chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 2 weeks ago
go.sum chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 2 weeks ago
main.go

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