mirror of https://github.com/cloudreve/Cloudreve
* Add Cap Captcha support - Add CaptchaCap type constant in types.go - Add Cap struct with InstanceURL, KeyID, and KeySecret fields - Add CapCaptcha method in provider.go to return Cap settings - Add default settings for Cap captcha in setting.go - Implement Cap captcha verification logic in middleware - Expose Cap captcha settings in site API This adds support for Cap captcha service as an alternative captcha option alongside existing reCAPTCHA, Turnstile and built-in captcha options. * update cap json tags |
||
|---|---|---|
| .build | ||
| .github | ||
| application | ||
| assets@ededea6c45 | ||
| cmd | ||
| ent | ||
| inventory | ||
| middleware | ||
| pkg | ||
| routers | ||
| service | ||
| .gitignore | ||
| .gitmodules | ||
| .goreleaser.yaml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| README_zh-CN.md | ||
| SECURITY.md | ||
| azure-pipelines.yml | ||
| docker-compose.yml | ||
| giscus.json | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
README.md
Cloudreve
Self-hosted file management system with muilt-cloud support.
Homepage • Try it • Discussion • Documents • Download • Telegram • Discord
✨ 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
