mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-06 04:41:59 +02:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
884cb96a05 | ||
|
|
1dadbc1482 | ||
|
|
d3c249befe | ||
|
|
ba0aaac583 | ||
|
|
17fac672bf | ||
|
|
4276f6d168 | ||
|
|
592d7a4fc2 | ||
|
|
12d5693a61 | ||
|
|
d8b440691d | ||
|
|
3af11e5312 | ||
|
|
348e7a19b5 | ||
|
|
6fa99d1291 | ||
|
|
fb5c15251e | ||
|
|
37f65dbd29 | ||
|
|
48fc6c9338 |
40
.github/ISSUE_TEMPLATE/1_Bug_report.yaml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/1_Bug_report.yaml
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
name: 🐛 Bug Report
|
||||
description: ⚠️ NEVER report security issues! Send us an email to security[at]cloudpanel.io
|
||||
labels: Bug
|
||||
|
||||
body:
|
||||
- type: input
|
||||
id: affected-versions
|
||||
attributes:
|
||||
label: CloudPanel version(s) affected
|
||||
placeholder: x.y.z
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the problem
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: how-to-reproduce
|
||||
attributes:
|
||||
label: How to reproduce
|
||||
description: |
|
||||
⚠️ This is the most important part of the report ⚠️
|
||||
Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix.
|
||||
Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: possible-solution
|
||||
attributes:
|
||||
label: Possible Solution
|
||||
description: |
|
||||
Optional: only if you have suggestions on a fix/reason for the bug
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional Context
|
||||
description: "Optional: any other context about the problem: log messages, screenshots, etc."
|
||||
17
.github/ISSUE_TEMPLATE/2_Feature_request.yaml
vendored
Normal file
17
.github/ISSUE_TEMPLATE/2_Feature_request.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: 🚀 Feature Request
|
||||
description: RFC and ideas for new features and improvements
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of the new feature
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: example
|
||||
attributes:
|
||||
label: Example
|
||||
description: |
|
||||
A simple example of the new feature in action (include PHP code, YAML config, etc.)
|
||||
If the new feature changes an existing feature, include a simple before/after comparison.
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Support Question
|
||||
url: https://discord.cloudpanel.io
|
||||
about: We use GitHub issues only to discuss about CloudPanel bugs and new features.
|
||||
49
README.md
49
README.md
@@ -4,11 +4,9 @@
|
||||
</a>
|
||||
</p>
|
||||
|
||||
[CloudPanel](https://www.cloudpanel.io) is a free server control panel for **PHP**, build for the **cloud** for maximum **performance** and **security**.
|
||||
**CloudPanel** uses lightweight components like **NGINX**, **PHP-FPM** and **MySQL** for maximum performance.
|
||||
It has been developed with more than ten years of Magento hosting experience in the AWS cloud.
|
||||
[CloudPanel](https://www.cloudpanel.io) is a free and modern server control panel to configure and manage a server with an obsessive focus on simplicity.
|
||||
|
||||
With **CloudPanel**, you can run your **PHP application** in any cloud or dedicated server within minutes.
|
||||
Run **PHP**, **Node.js**, **Static Websites**, and Python applications in no time on a **High-Performance Technology Stack**.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.cloudpanel.io" target="_blank">
|
||||
@@ -18,32 +16,27 @@ With **CloudPanel**, you can run your **PHP application** in any cloud or dedica
|
||||
|
||||
## :boom: Highlights
|
||||
|
||||
* **FREE**
|
||||
* **Easy to use Control Panel**
|
||||
* **Up and running within 60 seconds**
|
||||
* **Supports all common PHP Apps**
|
||||
* **One-Click Let's Encrypt Certificates**
|
||||
* **Multiple PHP Versions**
|
||||
* **NGINX Support**
|
||||
* **Support for all big clouds**
|
||||
* **Cloud Functionalities**
|
||||
* **Supports > 10 languages**
|
||||
- **Free**
|
||||
- **Easy to use**
|
||||
- **Community Driven**
|
||||
- **Blazing Fast Page Loads - Up to 250x faster**
|
||||
- **Secure (free SSL/TLS certificates)**
|
||||
- **Cloudflare integration**
|
||||
- **High Performance**
|
||||
- **Ready to go within 1 minute**
|
||||
- **Supports all major clouds**
|
||||
- **Debian 11 and Ubuntu 22.04 support**
|
||||
- **Support for X86 and ARM**
|
||||
|
||||
## :floppy_disk: Installation
|
||||
|
||||
* [Amazon Web Services](https://www.cloudpanel.io/docs/cloudpanel-ce/installation-aws)
|
||||
* [Digital Ocean](https://www.cloudpanel.io/docs/cloudpanel-ce/installation-digital-ocean-marketplace)
|
||||
* [Google Cloud](https://www.cloudpanel.io/docs/cloudpanel-ce/installation-google-cloud)
|
||||
* [Microsoft Azure](https://www.cloudpanel.io/docs/cloudpanel-ce/installation-microsoft-azure)
|
||||
* [Other](https://www.cloudpanel.io/docs/cloudpanel-ce/installation-other)
|
||||
|
||||
## :green_book: Documentation
|
||||
|
||||
[https://www.cloudpanel.io/docs/cloudpanel-ce/](https://www.cloudpanel.io/docs/cloudpanel-ce/)
|
||||
|
||||
## :chart_with_upwards_trend: Roadmap
|
||||
|
||||
* [CloudPanel 2](https://github.com/cloudpanel-io/cloudpanel-ce/projects) - **ETA: Q3 2021** 🥳
|
||||
- [Amazon Web Services](https://www.cloudpanel.io/docs/v2/getting-started/amazon-web-services/installation/ami/)
|
||||
- [Digital Ocean](https://www.cloudpanel.io/docs/v2/getting-started/digital-ocean/installation/marketplace/)
|
||||
- [Hetzner Cloud](https://www.cloudpanel.io/docs/v2/getting-started/hetzner-cloud/installation/installer/)
|
||||
- [Google Compute Engine](https://www.cloudpanel.io/docs/v2/getting-started/google-compute-engine/installation/installer/)
|
||||
- [Microsoft Azure](https://www.cloudpanel.io/docs/v2/getting-started/microsoft-azure/installation/installer/)
|
||||
- [Vultr](https://www.cloudpanel.io/docs/v2/getting-started/vultr/installation/marketplace/)
|
||||
- [Other](https://www.cloudpanel.io/docs/v2/getting-started/other/)
|
||||
|
||||
## :sparkling_heart: Support This Project
|
||||
|
||||
@@ -53,5 +46,5 @@ With **CloudPanel**, you can run your **PHP application** in any cloud or dedica
|
||||
* Write a **Blog** post about **CloudPanel**
|
||||
* Give us [Feedback](https://www.cloudpanel.io/feedback/) to improve **CloudPanel**
|
||||
* Report [Bugs](https://github.com/cloudpanel-io/cloudpanel-ce/issues) on Github
|
||||
* Help others on [Stack Overflow](https://stackoverflow.com/questions/tagged/cloudpanel) and [Discord](https://discord.cloudpanel.io/)
|
||||
* Join our [Discord Server](https://discord.cloudpanel.io/)
|
||||
* [Get in touch with us](https://www.cloudpanel.io/contact/) if you have other ideas
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 434 KiB |
Reference in New Issue
Block a user