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
-81
View File
@@ -1,81 +0,0 @@
# MySQL 服务 (前置检查) [必填]
PANEL_DB_TYPE=mysql
# Redis 服务 (前置检查) [必填]
PANEL_REDIS_TYPE=redis
# 数据持久化路径 [必填]
TANGSENGDAODAO_ROOT_PATH=/home/tangsengdaodao
# TCP 通讯端口 [必填]
PANEL_APP_PORT_WK_TCP=5100
# WebSocket 通讯端口 [必填]
PANEL_APP_PORT_WK_WS=5200
# 悟空IM 后台监控端口 [必填]
PANEL_APP_PORT_WK_WEB_SERVER=5300
# 唐僧叨叨 API 端口 [必填]
PANEL_APP_PORT_TS_APP_HTTP=8090
# 唐僧叨叨 WEB端口 [必填]
PANEL_APP_PORT_TS_APP_WEB=80
# 唐僧叨叨 后台管理端口 [必填]
PANEL_APP_PORT_HTTP=80
# 外部访问IP [必填]
WK_EXTERNAL_IP=
# 超级管理员 账户 [必填]
TS_ADMIN=admin
# 超级管理员 密码 [必填]
TS_ADMINPWD=tsdd@123456
# 默认注册验证码 [必填]
TS_SMSCODE=123456
# 数据库 主机 [必填]
DB_HOST=127.0.0.1
# 数据库 端口 [必填]
DB_PORT=3306
# 数据库 用户名 [必填]
DB_USERNAME=tsdd
# 数据库 密码 [必填]
DB_PASSWORD=tsdd
# 数据库 名称 [必填]
DB_NAME=tsdd
# Redis 主机 [必填]
REDIS_HOST=127.0.0.1
# Redis 端口 [必填]
REDIS_PORT=6379
# Redis 连接密码
REDIS_PASSWORD=
# 默认头像提供地址 [必填]
TS_AVATAR_DEFAULTBASEURL=https://api.multiavatar.com/{avatar}.png
# 应用名称 [必填]
TS_APPNAME=唐僧叨叨
# 欢迎消息 [必填]
TS_WELCOMEMESSAGE=欢迎使用{{appName}}
# 手机号搜索功能 [必填]
TS_PHONESEARCHOFF=true
# 在线状态功能 [必填]
TS_ONLINESTATUSON=true
# 自动升级超级群组临界值 [必填]
TS_GROUPUPGRADEWHENMEMBERCOUNT=1000
-222
View File
@@ -1,222 +0,0 @@
additionalProperties:
formFields:
- child:
default: ""
envKey: PANEL_DB_HOST
required: true
type: service
default: mysql
edit: true
envKey: PANEL_DB_TYPE
labelZh: MySQL 服务 (前置检查)
labelEn: Database Service (Pre-check)
required: true
type: apps
values:
- label: MySQL
value: mysql
- label: MariaDB
value: mariadb
- label: Percona
value: percona
- child:
default: ""
envKey: PANEL_REDIS_SERVICE
required: true
type: service
default: redis
envKey: PANEL_REDIS_TYPE
labelZh: Redis 服务 (前置检查)
labelEn: Redis Service (Pre-check)
required: true
type: apps
values:
- label: Redis
value: redis
- default: "/home/tangsengdaodao"
edit: true
envKey: TANGSENGDAODAO_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 5100
edit: true
envKey: PANEL_APP_PORT_WK_TCP
labelZh: TCP 通讯端口
labelEn: TCP communication port
required: true
type: number
- default: 5200
edit: true
envKey: PANEL_APP_PORT_WK_WS
labelZh: WebSocket 通讯端口
labelEn: WebSocket communication port
required: true
type: number
- default: 5300
edit: true
envKey: PANEL_APP_PORT_WK_WEB_SERVER
labelZh: 悟空IM 后台监控端口
labelEn: WuKongIM background monitoring port
required: true
type: number
- default: 8090
edit: true
envKey: PANEL_APP_PORT_TS_APP_HTTP
labelZh: 唐僧叨叨 API 端口
labelEn: TangSengDaoDao API port
required: true
type: number
- default: 80
edit: true
envKey: PANEL_APP_PORT_TS_APP_WEB
labelZh: 唐僧叨叨 WEB端口
labelEn: TangSengDaoDao WEB port
required: true
type: number
- default: 80
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: 唐僧叨叨 后台管理端口
labelEn: TangSengDaoDao Management background port
required: true
type: number
- default: ""
edit: true
envKey: WK_EXTERNAL_IP
labelEn: External IP
labelZh: 外部访问IP
required: true
type: text
- default: "admin"
edit: true
envKey: TS_ADMIN
labelZh: 超级管理员 账户
labelEn: Super administrator account
required: true
type: text
- default: "tsdd@123456"
edit: true
envKey: TS_ADMINPWD
labelZh: 超级管理员 密码
labelEn: Super administrator password
required: true
type: password
- default: "123456"
edit: true
envKey: TS_SMSCODE
labelZh: 默认注册验证码
labelEn: Default registration verification code
required: true
type: number
- default: "127.0.0.1"
edit: true
envKey: DB_HOST
labelZh: 数据库 主机
labelEn: Database Host
required: true
type: text
- default: "3306"
edit: true
envKey: DB_PORT
labelZh: 数据库 端口
labelEn: Database Port
required: true
type: number
- default: "tsdd"
edit: true
envKey: DB_USERNAME
labelZh: 数据库 用户名
labelEn: Database Username
required: true
type: text
- default: "tsdd"
edit: true
envKey: DB_PASSWORD
labelEn: Password
labelZh: 数据库 密码
random: true
required: true
rule: paramComplexity
type: password
- default: "tsdd"
edit: true
envKey: DB_NAME
labelZh: 数据库 名称
labelEn: Database Name
required: true
type: text
- default: "127.0.0.1"
edit: true
envKey: REDIS_HOST
labelZh: Redis 主机
labelEn: Redis Host
required: true
type: text
- default: 6379
edit: true
envKey: REDIS_PORT
labelZh: Redis 端口
labelEn: Redis Port
required: true
type: number
- default: ""
edit: true
envKey: REDIS_PASSWORD
labelZh: Redis 连接密码
labelEn: Redis Connection Password
required: false
type: password
- default: "https://api.multiavatar.com/{avatar}.png"
edit: true
envKey: TS_AVATAR_DEFAULTBASEURL
labelZh: 默认头像提供地址
labelEn: Default avatar provider address
required: true
type: text
- default: "唐僧叨叨"
edit: true
envKey: TS_APPNAME
labelZh: 应用名称
labelEn: Application Name
required: true
type: text
- default: "欢迎使用{{appName}}"
edit: true
envKey: TS_WELCOMEMESSAGE
labelZh: 欢迎消息
labelEn: Welcome message
required: true
type: text
- default: "true"
edit: true
envKey: TS_PHONESEARCHOFF
labelZh: 手机号搜索功能
labelEn: Phone number search function
required: true
type: select
values:
- label: 开启
value: "false"
- label: 关闭
value: "true"
- default: "true"
edit: true
envKey: TS_ONLINESTATUSON
labelZh: 在线状态功能
labelEn: Online status function
required: true
type: select
values:
- label: 开启
value: "true"
- label: 关闭
value: "false"
- default: 1000
edit: true
envKey: TS_GROUPUPGRADEWHENMEMBERCOUNT
labelZh: 自动升级超级群组临界值
labelEn: Automatic upgrade super group critical value
required: true
type: number
@@ -1,93 +0,0 @@
networks:
1panel-network:
external: true
services:
tsdd-manager:
container_name: tangsengdaodao-manager
env_file:
- ./envs/global.env
- .env
environment:
- API_URL=http://${WK_EXTERNAL_IP}:${PANEL_APP_PORT_TS_APP_HTTP}/
image: registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaomanager:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
tsdd-server:
command: api
container_name: tangsengdaodao-server
depends_on:
- tsdd-wukongim
env_file:
- ./envs/global.env
- .env
environment:
- TS_MODE=release
- TS_WUKONGIM_APIURL=http://tsdd-wukongim:5001
- TS_DB_MYSQLADDR=${DB_USERNAME}:${DB_PASSWORD}@tcp(${DB_HOST}:${DB_PORT})/${DB_NAME}?charset=utf8mb4&parseTime=true&loc=Local
- TS_DB_REDISADDR=${REDIS_HOST}:${REDIS_PORT}
- TS_DB_REDISPASS=${REDIS_PASSWORD}
- TS_EXTERNAL_IP=${WK_EXTERNAL_IP}
- TS_FILESERVICE=minio
- TS_MINIO_URL=http://${MINIO_HOST}:${MINIO_PORT}
- TS_MINIO_ACCESSKEYID=${MINIO_USERNAME}
- TS_MINIO_SECRETACCESSKEY=${MINIO_PASSWORD}
healthcheck:
interval: 10s
retries: 3
test: wget -q -Y off -O /dev/null http://localhost:8090/v1/ping > /dev/null
2>&1
timeout: 10s
image: registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaoserver:v1.5
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_TS_APP_HTTP}:8090
restart: always
volumes:
- ${TANGSENGDAODAO_ROOT_PATH}/tsdd:/home/tsdddata
tsdd-web:
container_name: tangsengdaodao-web
env_file:
- ./envs/global.env
- .env
environment:
- API_URL=http://${WK_EXTERNAL_IP}:${PANEL_APP_PORT_TS_APP_HTTP}/
image: registry.cn-shanghai.aliyuncs.com/wukongim/tangsengdaodaoweb:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_TS_APP_WEB}:80
restart: always
tsdd-wukongim:
container_name: tangsengdaodao
env_file:
- ./envs/global.env
- .env
environment:
- WK_MODE=release
- WK_CONVERSATION_ON=true
- WK_WEBHOOK_GRPCADDR=tsdd-server:6979
- WK_DATASOURCE_ADDR=http://tsdd-server:8090/v1/datasource
- WK_DATASOURCE_CHANNELINFOON=true
- WK_TOKENAUTHON=true
image: registry.cn-shanghai.aliyuncs.com/wukongim/wukongim:v1.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_WK_TCP}:5100
- ${PANEL_APP_PORT_WK_WS}:5200
- ${PANEL_APP_PORT_WK_WEB_SERVER}:5300
restart: always
volumes:
- ${TANGSENGDAODAO_ROOT_PATH}/wukongim:/root/wukongim
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
@@ -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
@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -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