-
-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change is a draft. I do not have the unzip method for tar.gz running where it was unzipping regular .zip
- Loading branch information
1 parent
80a08d4
commit af50e76
Showing
21 changed files
with
11,761 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# CyberPanel | ||
|
||
Webhosting control panel that uses OpenLiteSpeed as web server. | ||
|
||
## Features | ||
|
||
* Different Level Of users. | ||
* Auto SSL. | ||
* FTP Server. | ||
* Light weight DNS Server (PowerDNS). | ||
* PHPMYAdmin. | ||
* Email Support (Rainloop). | ||
* FileManager. | ||
* PHP Managment. | ||
* Firewall (FirewallD & ConfigServer Firewall Intregration). | ||
* One click Backup and Restore. | ||
|
||
# Supported PHPs | ||
|
||
* PHP 5.3 | ||
* PHP 5.4 | ||
* PHP 5.5 | ||
* PHP 5.6 | ||
* PHP 7.0 | ||
* PHP 7.1 | ||
* PHP 7.2 | ||
* PHP 7.3 | ||
* PHP 7.4 | ||
* PHP 8.0 | ||
|
||
# Installation Instructions | ||
|
||
|
||
``` | ||
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh) | ||
``` | ||
|
||
# Upgrading | ||
|
||
|
||
``` | ||
sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh) | ||
``` | ||
|
||
# Resources | ||
|
||
* [Official Site.](https://cyberpanel.net) | ||
* [Documentation.](https://docs.cyberpanel.net) | ||
* [Forums.](https://forums.cyberpanel.net) | ||
* [Discord.](https://discord.gg/g8k8Db3) | ||
* [Facebook Group.](https://www.facebook.com/groups/cyberpanel) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,102 changes: 1,102 additions & 0 deletions
1,102
baseTemplate/templates/baseTemplate/index.html.bak
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.