V1.0 NOW AVAILABLE
Your Private
Cloud Storage
A self-hosted, private Cloud storage solution that gives you full control. Clone, run, and scale without the vendor lock-in.
bash — 80x24
~/projects
$ git clone https://github.com/cloudlet/core➜ Cloning into 'cloudlet'...
remote: Enumerating objects: 124, done.
remote: Total 124 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (124/124), 24.03 MiB | 1.22 MiB/s
remote: Total 124 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (124/124), 24.03 MiB | 1.22 MiB/s
Everything you need
to deploy your own cloud.
Private Cloud Storage
Organize data into Buckets and nested Folders with a familiar structure.
/my-bucket/images
photo_01.jpg2.4 MB
photo_02.jpg1.8 MB
Click to view screenshot
Secure Authentication
JWT-based auth with httpOnly cookies and role-based access control.
Click to view screenshot
Detailed Observability
Real-time stats on storage usage, active users, and system health.
Click to view screenshot
Fast and reliable Uploads
Seamless single and multi-file uploads with preview support.
Click to view screenshot
Interactive API Docs
Auto-generated Swagger-like documentation for instant integration.
Click to view screenshot
Up and running in seconds.
Deploy your own instance locally or to a VPS with a single command using Docker.
1
Clone the repository
Terminal
git clone https://github.com/yourusername/cloudlet.git cd cloudlet2
Run with Docker Compose
Terminal
docker compose up -d --buildReady to go!
You can now access your dashboard and API documentation.