Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6e4333395 |
17
README.md
17
README.md
@@ -2,11 +2,28 @@
|
|||||||
|
|
||||||
[]()
|
[]()
|
||||||
[](LICENSE.txt)
|
[](LICENSE.txt)
|
||||||
|
[](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
|
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
|
containerized for easy deployment, it provides an intuitive interface for managing your personal cloud storage with
|
||||||
minimal resource overhead.
|
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
|
## ✨ Features
|
||||||
|
|
||||||
1. Minimal footprint - Low memory and CPU usage
|
1. Minimal footprint - Low memory and CPU usage
|
||||||
|
|||||||
Reference in New Issue
Block a user