Files
cloud_control_panel/README.md
2026-01-17 14:43:54 +07:00

88 lines
1.9 KiB
Markdown

# Cloud control panel
[![PHP Version](https://img.shields.io/badge/PHP-8.5%2B-blue.svg)]()
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.txt)
[![Packagist Version](https://img.shields.io/packagist/v/din9xtr/cloud-control-panel.svg)](https://packagist.org/packages/din9xtr/cloud-control-panel)
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
```bash
composer create-project din9xtr/cloud-control-panel my-cloud
cd my-cloud
```
### Via Git
```bash
git clone https://github.com/din9xtr/cloud_control_panel.git
cd cloud_control_panel
```
## ✨ 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
```bash
cp .env.example .env
nano .env
```
Build and Deploy
```bash
make build
make install
make up
make key
make migrate
```
## 🌐 Access
Web Interface: http://localhost:8001 (or any configured port)
### ⚙️ Additional Commands
```bash
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](LICENSE.txt)**.
Copyright © 2026 Din9xtr
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)