2026-01-17 14:29:37 +07:00
2026-01-10 01:24:08 +07:00
2026-01-10 01:24:08 +07:00
2026-01-17 03:38:57 +07:00
2026-01-17 14:29:37 +07:00
2026-01-17 07:10:45 +00:00
2026-01-17 05:53:59 +07:00
2026-01-17 05:53:59 +07:00
2026-01-15 05:12:34 +07:00
2026-01-10 01:24:08 +07:00
2026-01-14 21:46:42 +00:00
2026-01-17 14:29:37 +07:00
2026-01-14 21:46:42 +00:00
2026-01-15 04:32:49 +07:00
2026-01-17 14:29:37 +07:00
2026-01-17 14:29:37 +07:00

Cloud control panel

PHP Version License: MIT

A lightweight, self-hosted cloud management panel designed for simplicity and performance. Built with modern PHP and containerized for easy deployment, it provides an intuitive interface for managing your personal cloud storage with minimal resource overhead.

Features

  1. Minimal footprint - Low memory and CPU usage

  2. Docker-first - Easy deployment with containerization

  3. Modern stack - Built with PHP 8+ and clean architecture

  4. File management - Upload, organize, and share files

  5. Responsive UI - Pure CSS and vanilla JavaScript, no framework dependencies

🚀 Quick Start

Prerequisites:

Docker and Docker Compose, Make utility

Configure Environment Variables

cp .env.example .env
nano .env

Build and Deploy

make build
make install 
make up
make key
make migrate 

🌐 Access

Web Interface: http://localhost:8001 (or any configured port)

⚙️ Additional Commands

make bash 
# in docker environment 
composer analyse
composer test 

📄 Note: For production use, ensure to:

  1. Change default credentials

  2. Configure SSL/TLS

  3. Set up regular backups

📄 License

This project is open-source and available under the MIT License.

Copyright © 2026 Din9xtr

License: MIT

Description
A lightweight, self-hosted cloud management panel
https://cloud.din9xtr.tech/
Readme 412 KiB
Languages
PHP 62%
CSS 23.9%
JavaScript 13.6%
Makefile 0.4%