Add panel SSL own certificate to fill in the entry

Fixed known bugs
Panel Feature Modification

Points to note after updating the panel:
1. The default port of the panel is changed to 7800
(Port 8888 has been flooded)
2. Panel entry error will prompt 404
3. After the panel is bound to the domain name,
if the domain access is not used,it will return 401
4. After the panel is set to authorize IP access,
other IP access panels will return 401
5. The website welcome page is changed to the nginx welcome page
6. Change the stop page to Nginx 404 page
This commit is contained in:
bt.cn
2022-01-18 18:01:37 +08:00
parent eec64ddfa2
commit d2a66661db
64 changed files with 1901 additions and 703 deletions
+16 -110
View File
@@ -1,122 +1,28 @@
**Introduction:**
#aaPanel Docker Deployment
The docker image is officially released by aaPanel
aaPanel is the International version for BAOTA panel(www.bt.cn) There have millions servers had installed BAOTA panel since 2014 in China.
aaPanel, a simple but powerful control panel, can manage the web server through web-based GUI(Graphical User Interface).
aaPanel provides the one-click function such as one-click install LNMP/LAMP developing environment and software.
Our main goal is helping users to save the time of deploying, thus users just focus on their own project that is fine.
**History:**
_The founding R & D team of BaoTa has 5 people, all of whom have 5 to 10 years of experience in idc related industries._
_When everyone discusses together and works in the schedule or their own use, they find that there is no such thing in the field of servers._
_The company specializes in developing relevant software for ordinary users, especially those who do not know much about technology._
_We found that for many users, operating the server is not easy, it is necessary to consult others, take time to search for answers, and even pay for simple questions._
_There will be many pits involved in the cost. Some auxiliary software itself is more difficult than using the server._
_Even this kind of painful point is itchiness. With the development of cloud servers, the number of server users has increased by several orders of magnitude._
_The preparatory work for the establishment of the pagoda began at the end of 2014, and began to develop and test software in the first half of 2015._
_At this stage, the pagoda brand was officially launched in 2016 and bt.cn was used as the official website._
_In 2017, BaoTa tried to enter the overseas market, but because the number of people could not keep up, he decided to temporarily abandon the overseas market and focus on China._
_In 2019, due to the gradual growth of BaoTa users, which has become the hosting control panel used by the most webmasters in China, it is decided to enter the overseas market and develop related plug-ins that are suitable for foreign friends___
**What can it do:**
_aaPanel is a server management software that supports the Linux system._
_It can easily manage the server through the Web terminal, improving the operation and maintenance efficiency._
**For example:**
_create and manage websites, FTP, and databases, with visual file manager, visual software manager, visual CPU, memory, flow monitoring chart, scheduled tasks and other functions._
_aaPanel has extremely fast and convenient one-key configuration and management, one-click configuration of server environment (LAMP / LNMP / Tomcat / Node.js /OpenLiteSpeed), one-click deployment of SSL, remote backup;_
_provide SSH open and close services, SSH port changes, ping prohibited , Firewall port release and operation log viewing; CPU, memory, disk IO, network IO data monitoring, you can set the number of days to record and save and view the data of a certain day;_
_scheduled tasks can be added and executed periodically, support SHELL script, provide website, database backup And log cutting, and support one-click backup to another cloud storage space, or other cloud storage space; through the web interface, you can easily manage the server software used for installation, as well as practical extension plug-ins;_
_convenient and efficient file manager integration , Support uploading, downloading, packaging, decompression and file editing and viewing._
Maintained by: [aaPanel](https://www.aapanel.com)
**Over 2,100,000 servers have installed aaPanel in Asia**
##How to use
**HomePage:**
`$docker run -d -p 8886:8888 -p 22:21 -p 443:443 -p 80:80 -p 889:888 -v ~/website_data:/www/wwwroot -v ~/mysql_data:/www/server/data -v ~/vhost:/www/server/panel/vhost aapanel/aapanel:lib`
![blockchain](https://www.aapanel.com/images/linux-home.png?v=1 "HomePage")
Now you can access aaPanel at http://youripaddress:8886/ from your host system.
**WebSite Manager:**
Default username:`aapanel`
![blockchain](https://www.aapanel.com/images/linux-web.png?v=1 "WebSite")
Default password:`aapanel123`
**FTP Manager**
####Port usage analysis
Control Panel : 8888
Phpmyadmin : 888
![blockchain](https://www.aapanel.com/images/linux-ftp.png?v=1 "WebSite")
####Dir usage analysis
Website data : /www/wwwroot
Mysql data : /www/server/data
Vhost file : /www/server/panel/vhost
**DataBase Manager**
**Note: after the deployment is complete, please immediately modify the user name and password in the panel settings and add the installation entry**
![blockchain](https://www.aapanel.com/images/linux-db.png?v=1 "DBManager")
**File Manager**
![blockchain](https://www.aapanel.com/images/linux-files.png?v=1 "FileManager")
**Cron Manager**
![blockchain](https://www.aapanel.com/images/linux-cron.png?v=1 "CronManager")
**Monitory**
![blockchain](https://www.aapanel.com/images/linux-monitory.png?v=1 "Monitory")
**Security**
![blockchain](https://www.aapanel.com/images/linux-security.png?v=1 "Security")
**Software**
![blockchain](https://www.aapanel.com/images/linux-software.png?v=1 "Software")
**Online editor**
![blockchain](https://www.aapanel.com/images/online_editor.png?v=1 "Onlineeditor")
**Share files with your friends**
![blockchain](https://forum.aapanel.com/assets/files/2020-05-29/1590749878-802908-tmp.png?v=1 "Onlineeditor")
**Send link password or QR code to your friends**
![blockchain](https://forum.aapanel.com/assets/files/2020-05-29/1590750125-428227-tmp.png?v=1 "Onlineeditor")
**Your friend opens the link effect you shared**
![blockchain](https://forum.aapanel.com/assets/files/2020-05-29/1590750281-633474-tmp.png?v=1 "Onlineeditor")
[User Manual](https://doc.aapanel.com/web/#/3?page_id=117 "User Manual")
##### Home Pagehttps://www.aapanel.com/
##### Forum Pagehttps://forum.aapanel.com/
##### Feedback https://forum.aapanel.com/
##### Bug submissionhttps://forum.aapanel.com/
#### Installation command
##### Centos
```bash
yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh 66959f96
```
##### Ubuntu/Debian
```bash
wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh 66959f96
```