https://github.com/saltbo/zpan
A self-hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。
https://github.com/saltbo/zpan
cloud cloud-disk cloud-storage disk oss qiniuyun s3 upyun
Last synced: about 1 month ago
JSON representation
A self-hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。
- Host: GitHub
- URL: https://github.com/saltbo/zpan
- Owner: saltbo
- License: gpl-3.0
- Created: 2019-09-28T04:39:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T13:14:17.000Z (about 1 year ago)
- Last Synced: 2025-05-09T22:22:37.217Z (about 1 year ago)
- Topics: cloud, cloud-disk, cloud-storage, disk, oss, qiniuyun, s3, upyun
- Language: Go
- Homepage: https://zpan.space
- Size: 38.1 MB
- Stars: 1,894
- Watchers: 38
- Forks: 241
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - zpan - hosted cloud disk base on the cloud storage./ 一个基于云存储的网盘系统,用于自建私人网盘或企业网盘。 | saltbo | 1645 | (Go)
README
# ZPan
**The open-source, S3-native file hosting platform.**
[](https://github.com/saltbo/zpan/actions/workflows/ci.yml)
[](https://codecov.io/gh/saltbo/zpan)
[](https://github.com/saltbo/zpan/actions/workflows/release.yml)
[](https://github.com/saltbo/zpan/releases/latest)
[](https://ghcr.io/saltbo/zpan)
[](https://github.com/saltbo/zpan/blob/master/LICENSE)
> Image bed, file sharing, and backup — powered by S3, deployed anywhere.
## What is ZPan?
ZPan is a lightweight file hosting platform built on top of S3-compatible storage. Files upload directly from the client to S3, bypassing server bandwidth entirely.
**Three scenarios, one platform:**
- **Image Bed** — Upload via PicGo / ShareX / API, get a URL instantly
- **File Sharing** — Upload files, generate share links, distribute to anyone
- **File Backup** — CLI agent syncs local directories to S3/R2
## Deploy
### Cloudflare Workers (Recommended)
One-click deploy with zero server management. Free tier covers personal use.
[](https://deploy.workers.cloudflare.com/?url=https://github.com/saltbo/zpan)
### Docker
```bash
docker compose up -d
```
## Documentation
- [Roadmap](V2_ROADMAP.md)
- [Contributing](CONTRIBUTING.md)
## Why ZPan?
- **Zero bandwidth bottleneck** — files transfer directly between client and S3
- **Zero ops option** — deploy to Cloudflare Workers for free, no server needed
- **Self-host friendly** — Docker deployment with any S3-compatible storage
- **Tool ecosystem** — works with PicGo, ShareX, Flameshot out of the box
- **Open source** — free forever for self-hosted users
## v1
Looking for ZPan v1 (Go version)? See the [v1 branch](https://github.com/saltbo/zpan/tree/v1).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
Thank you to all the people who contributed to ZPan!
## License
ZPan is under the GPL 3.0 license. See the [LICENSE](LICENSE) file for details.