docs: Add one-click installation script for PPanel with Docker support

- Introduced `install-ppanel.sh` script for automated installation of PPanel using Docker Compose.
- Updated installation documentation to include one-click deployment options and detailed configuration steps.
- Enhanced configuration files for MySQL and Redis with necessary parameters.
- Improved Docker Compose setup with health checks and custom network configurations.
- Added instructions for firewall configuration and reverse proxy setup for production environments.
- Included troubleshooting tips and advanced options for non-interactive installations and proxy environments.
This commit is contained in:
web@ppanel
2025-12-27 11:38:50 +00:00
parent 62d45bbac1
commit 912c5c4cb6
16 changed files with 2466 additions and 564 deletions
+7 -7
View File
@@ -1,31 +1,31 @@
{
"hash": "9bf5c878",
"configHash": "c28f4e57",
"hash": "7e859c1e",
"configHash": "1f757845",
"lockfileHash": "e3b0c442",
"browserHash": "ae910468",
"browserHash": "1e554b7a",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "4ddaa62e",
"fileHash": "329c7fd1",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "327d077d",
"fileHash": "65813058",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "25a885ed",
"fileHash": "015db502",
"needsInterop": false
},
"vitepress-theme-teek": {
"src": "../../../../node_modules/vitepress-theme-teek/es/index.mjs",
"file": "vitepress-theme-teek.js",
"fileHash": "bc0f7cc8",
"fileHash": "0cc0cf7f",
"needsInterop": false
}
},
File diff suppressed because one or more lines are too long
+8
View File
@@ -67,6 +67,10 @@ export default defineConfig({
text: "Installation",
items: [
{ text: "Overview", link: "/guide/installation/" },
{
text: "One-Click Deployment",
link: "/guide/installation/one-click",
},
{
text: "Docker Compose",
link: "/guide/installation/docker-compose",
@@ -250,6 +254,10 @@ export default defineConfig({
text: "安装部署",
items: [
{ text: "概览", link: "/zh/guide/installation/" },
{
text: "一键部署",
link: "/zh/guide/installation/one-click",
},
{
text: "Docker Compose",
link: "/zh/guide/installation/docker-compose",