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
WittF 6106b57bc7
feat(captcha): update static asset source option (#2589)
2 months ago
.build Init V4 community edition (#2265) 5 months ago
.github Init V4 community edition (#2265) 5 months ago
application feat(db): add mariadb alias (#2560) 2 months ago
assets@ac6f97d9ba update submodule 2 months ago
cmd Init V4 community edition (#2265) 5 months ago
ent feat(explorer): save user's view setting to server / optionally share view setting via share link (#2232) 3 months ago
inventory feat(captcha): update static asset source option (#2589) 2 months ago
middleware refactor(captcha): update Cap to 2.0.0 (#2573) 2 months ago
pkg feat(captcha): update static asset source option (#2589) 2 months ago
routers feat(explorer): manage created direct links / option to enable unique redirected direct links 2 months ago
service feat(captcha): update static asset source option (#2589) 2 months ago
.gitignore [Feature](database): Add Support for SSL Connections and Database URL Configuration (#2540) 2 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) 3 months ago
Dockerfile fix(docker): cannot generate thumbs for heic/heif images if boot from docker image 3 months ago
LICENSE Add: README & License 6 years ago
README.md chore: refresh README 3 months ago
README_zh-CN.md chore: refresh README 3 months ago
SECURITY.md Update SECURITY.md 4 months ago
azure-pipelines.yml chore: update dockerhub service connection 5 months ago
docker-compose.yml fix(docker compose): redis failed to persist due to permission error (#2476) 3 months ago
giscus.json Create giscus.json 6 months ago
go.mod feat(ent): migrate DB settings in patches 3 months ago
go.sum feat(ent): migrate DB settings in patches 3 months ago
main.go Init V4 community edition (#2265) 5 months ago

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