Delete appstore directory

This commit is contained in:
2024-11-28 17:56:52 +08:00
committed by GitHub
parent a74b89ea86
commit 90a255e9b8
1335 changed files with 0 additions and 39886 deletions
-27
View File
@@ -1,27 +0,0 @@
# 数据持久化路径 [必填]
BAOTA_ROOT_PATH=/home/baota
# 网络模式 [必填]
NETWORK_MODE=host
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8888
# 网站服务 HTTP [必填]
PANEL_APP_PORT_WEB_HTTP=80
# 网站服务 HTTPS [必填]
PANEL_APP_PORT_WEB_HTTPS=443
# SSH 端口 [必填]
PANEL_APP_PORT_SSH=22
# FTP 端口 [必填]
PANEL_APP_PORT_FTP=21
# MySQL 端口 [必填]
PANEL_APP_PORT_MYSQL=3306
# phpMyAdmin 端口 [必填]
PANEL_APP_PORT_PHPADMIN=888
-81
View File
@@ -1,81 +0,0 @@
additionalProperties:
formFields:
- default: "/home/baota"
edit: true
envKey: BAOTA_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: "host"
edit: true
envKey: NETWORK_MODE
labelEn: Drive path
labelZh: 网络模式
required: true
type: select
values:
- label: 主机网络模式
value: "host"
- label: 桥接网络模式
value: "bridge"
- label: 无网络模式
value: "none"
- label: 1panel-network
value: "1panel-network"
- default: 8888
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: 80
edit: true
envKey: PANEL_APP_PORT_WEB_HTTP
labelZh: 网站服务 HTTP
labelEn: Website service HTTP
required: true
rule: paramPort
type: number
- default: 443
edit: true
envKey: PANEL_APP_PORT_WEB_HTTPS
labelZh: 网站服务 HTTPS
labelEn: Website service HTTPS
required: true
rule: paramPort
type: number
- default: 22
edit: true
envKey: PANEL_APP_PORT_SSH
labelZh: SSH 端口
labelEn: SSH port
required: true
rule: paramPort
type: number
- default: 21
edit: true
envKey: PANEL_APP_PORT_FTP
labelZh: FTP 端口
labelEn: FTP port
required: true
rule: paramPort
type: number
- default: 3306
edit: true
envKey: PANEL_APP_PORT_MYSQL
labelZh: MySQL 端口
labelEn: MySQL port
required: true
rule: paramPort
type: number
- default: 888
edit: true
envKey: PANEL_APP_PORT_PHPADMIN
labelZh: phpMyAdmin 端口
labelEn: phpMyAdmin port
required: true
rule: paramPort
type: number
-26
View File
@@ -1,26 +0,0 @@
networks:
1panel-network:
external: true
services:
baota:
container_name: baota
env_file:
- ./envs/global.env
- .env
image: btpanel/baota:9.0_lts_latest
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:8888
- ${PANEL_APP_PORT_WEB_HTTP}:80
- ${PANEL_APP_PORT_WEB_HTTPS}:443
- ${PANEL_APP_PORT_FTP}:21
- ${PANEL_APP_PORT_SSH}:22
- ${PANEL_APP_PORT_MYSQL}:3306
- ${PANEL_APP_PORT_PHPADMIN}:888
restart: always
volumes:
- ${BAOTA_ROOT_PATH}/wwwroot:/www/wwwroot
- ${BAOTA_ROOT_PATH}/data:/www/server/data
- ${BAOTA_ROOT_PATH}/vhost:/www/server/panel/vhost
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
-17
View File
@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-17
View File
@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-30
View File
@@ -1,30 +0,0 @@
# 宝塔
宝塔,安全高效的服务器运维面板
![宝塔](https://file.lifebus.top/imgs/baota_cover.png)
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 简介
宝塔面板是一款服务器管理软件,支持windows和linux系统,可以通过Web端轻松管理服务器,提升运维效率。例如:创建管理网站、FTP、数据库,拥有可视化文件管理器,可视化软件管理器,可视化CPU、内存、流量监控图表,计划任务等功能。
## 安装说明
> 默认地址 `http://127.0.0.1:8888/btpanel`
>
> 默认用户:`btpanel`
>
> 默认密码:`btpaneldocker`
>
> 默认SSH密码:`btpaneldocker`
### 网络模式
当使用 主机模式 时,所有端口映射都无效,直接访问默认端口即可。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
-15
View File
@@ -1,15 +0,0 @@
additionalProperties:
key: baota
name: 宝塔
tags:
- WebSite
- Middleware
- Local
shortDescZh: 宝塔,安全高效的服务器运维面板
shortDescEn: Baota, a secure and efficient server operation and maintenance panel
type: website
crossVersionUpdate: true
limit: 0
website: https://www.bt.cn/
github: https://www.bt.cn/
document: https://www.bt.cn/
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB