Cloudreve

๐ŸŒฉๆ”ฏๆŒๅคšๅฎถไบ‘ๅญ˜ๅ‚จ็š„ไบ‘็›˜็ณป็ปŸ (Self-hosted file management and sharing system, supports multiple storage providers)

13469
2383
Go

ไธญๆ–‡็‰ˆๆœฌ



Cloudreve

Self-hosted file management system with muilt-cloud support.

GitHub Test Workflow

Homepage โ€ข Demo โ€ข Discussion โ€ข Documents โ€ข Download โ€ข Telegram Group โ€ข License

Screenshot

โœจ Features

  • โ˜๏ธ Support storing files into Local storage, Remote storage, Qiniu, Aliyun OSS, Tencent COS, Upyun, OneDrive, S3 compatible API.
  • ๐Ÿ“ค Upload/Download in directly transmission with speed limiting support.
  • ๐Ÿ’พ Integrate with Aria2 to download files offline, 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 streaming upload processing.
  • ๐Ÿ—ƒ๏ธ Drag & Drop to manage your files.
  • ๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Multi-users with multi-groups.
  • ๐Ÿ”— Create share links for files and folders with expiration date.
  • ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Preview videos, images, audios, ePub files online; edit texts, Office documents online.
  • ๐ŸŽจ Customize theme colors, dark mode, PWA application, SPA, i18n.
  • ๐Ÿš€ All-In-One packing, with all features out-of-the-box.
  • ๐ŸŒˆ โ€ฆ โ€ฆ

๐Ÿ› ๏ธ Deploy

Download the main binary for your target machine OS, CPU architecture and run it directly.

# Extract Cloudreve binary
tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz

# Grant execute permission
chmod +x ./cloudreve

# Start Cloudreve
./cloudreve

The above is a minimum deploy example, you can refer to Getting started for a completed deployment.

โš™๏ธ Build

You need to have Go >= 1.18, node.js, yarn, zip, goreleaser and other necessary dependencies before you can build it yourself.

Install goreleaser

go install github.com/goreleaser/goreleaser@latest

Clone the code

git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git

Compile

goreleaser build --clean --single-target --snapshot

โš—๏ธ Stacks

๐Ÿ“œ License

GPL V3