din9xtr / cloud-control-panel
A lightweight, self-hosted cloud management panel for personal storage
Package info
github.com/din9xtr/cloud_control_panel
Type:project
pkg:composer/din9xtr/cloud-control-panel
Requires
- php: ^8.5
- ext-fileinfo: *
- ext-pdo: *
- ext-zip: *
- monolog/monolog: ^3
- nikic/fast-route: ^1.3
- nyholm/psr7: ^1.3.2
- nyholm/psr7-server: ^1.0
- psr/container: ^2.0
- psr/http-server-middleware: ^1.0
- relay/relay: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.92
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2026-02-18 18:14:56 UTC
README
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.
📦 Installation
Via Composer
composer create-project din9xtr/cloud-control-panel my-cloud
cd my-cloud
Via Git
git clone https://github.com/din9xtr/cloud_control_panel.git
cd cloud_control_panel
✨ Features
-
Minimal footprint - Low memory and CPU usage
-
Docker-first - Easy deployment with containerization
-
Modern stack - Built with PHP 8+ and clean architecture
-
File management - Upload, organize, and share files
-
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:
-
Change default credentials
-
Configure SSL/TLS
-
Set up regular backups
📄 License
This project is open-source and available under the MIT License.
Copyright © 2026 Din9xtr