mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 06:27:57 +08:00
feat: 优化 TeamSpeak 安装包
This commit is contained in:
parent
2ecbb601ad
commit
734582622b
@ -1,67 +1,66 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- child:
|
- child:
|
||||||
default: ""
|
default: ""
|
||||||
envKey: PANEL_DB_HOST
|
envKey: PANEL_DB_HOST
|
||||||
required: true
|
required: true
|
||||||
type: service
|
type: service
|
||||||
default: mariadb
|
default: mariadb
|
||||||
envKey: TS3SERVER_DB_TYPE
|
envKey: TS3SERVER_DB_TYPE
|
||||||
labelEn: Database Service
|
labelEn: Database Service
|
||||||
labelZh: 数据库服务
|
labelZh: 数据库服务
|
||||||
required: true
|
required: true
|
||||||
type: apps
|
type: apps
|
||||||
values:
|
values:
|
||||||
- label: MariaDB
|
- label: MariaDB
|
||||||
value: mariadb
|
value: mariadb
|
||||||
- label: PostgreSQL
|
- label: PostgreSQL
|
||||||
value: postgresql
|
value: postgresql
|
||||||
- default: teamspeak
|
- default: teamspeak
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
labelZh: 数据库名
|
labelZh: 数据库名
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
- default: teamspeak
|
- default: teamspeak
|
||||||
envKey: PANEL_DB_USER
|
envKey: PANEL_DB_USER
|
||||||
labelEn: User
|
labelEn: User
|
||||||
labelZh: 数据库用户
|
labelZh: 数据库用户
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramCommon
|
rule: paramCommon
|
||||||
type: text
|
type: text
|
||||||
- default: teamspeak
|
- default: teamspeak
|
||||||
envKey: PANEL_DB_USER_PASSWORD
|
envKey: PANEL_DB_USER_PASSWORD
|
||||||
labelEn: Password
|
labelEn: Password
|
||||||
labelZh: 数据库用户密码
|
labelZh: 数据库用户密码
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: 9987
|
- default: 9987
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TS3SERVER_VOICE_PORT
|
envKey: TS3SERVER_VOICE_PORT
|
||||||
labelEn: Voice Port
|
labelEn: Voice Port
|
||||||
labelZh: Voice 端口
|
labelZh: Voice 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 10011
|
- default: 10011
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TS3SERVER_SQ_RAW_PORT
|
envKey: TS3SERVER_SQ_RAW_PORT
|
||||||
labelEn: ServerQuery (raw) Port
|
labelEn: ServerQuery (raw) Port
|
||||||
labelZh: ServerQuery (raw) 端口
|
labelZh: ServerQuery (raw) 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: 30033
|
- default: 30033
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TS3SERVER_FILETRANSFER_PORT
|
envKey: TS3SERVER_FILETRANSFER_PORT
|
||||||
labelEn: Filetransfer Port
|
labelEn: Filetransfer Port
|
||||||
labelZh: Filetransfer 端口
|
labelZh: Filetransfer 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3'
|
|
||||||
services:
|
services:
|
||||||
teamspeak:
|
teamspeak:
|
||||||
image: teamspeak:3.13.7
|
image: teamspeak:3.13.7
|
||||||
@ -26,4 +25,4 @@ services:
|
|||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
## 入门
|
## 入门
|
||||||
|
|
||||||
通过 3 个简单的步骤连接到 TEAMSPEAK 服务器
|
通过 3 个简单的步骤连接到 TEAMSPEAK 服务器:
|
||||||
|
|
||||||
1. 从下载页面试用最新的 [TeamSpeak 3 客户端](https://teamspeak.com/zh-CN/downloads/)并安装。
|
1. 从下载页面试用最新的 [TeamSpeak 3 客户端](https://teamspeak.com/zh-CN/downloads/)并安装。
|
||||||
2. 启动 TeamSpeak 3 客户端,点击“连接”菜单,然后单击“连接”。
|
2. 启动 TeamSpeak 3 客户端,点击“连接”菜单,然后单击“连接”。
|
||||||
2. 输入您的服务器地址,选择昵称;如果需要,输入服务器密码。
|
2. 输入您的服务器地址,选择昵称;如果需要,输入服务器密码。
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
name: TeamSpeak Server
|
name: TeamSpeak Server
|
||||||
tags:
|
tags:
|
||||||
- 实用工具
|
- 实用工具
|
||||||
title: TeamSpeak Server
|
title: 一款出色的网络语音 (VoIP) 解决方案
|
||||||
description: 一款出色的网络语音 (VoIP) 解决方案。
|
description: 一款出色的网络语音 (VoIP) 解决方案
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: teamspeak
|
key: teamspeak
|
||||||
name: TeamSpeak
|
name: TeamSpeak
|
||||||
tags:
|
tags:
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 一款出色的网络语音 (VoIP) 解决方案。
|
shortDescZh: 一款出色的网络语音 (VoIP) 解决方案
|
||||||
shortDescEn: An out-of-this-world VoIP solution.
|
shortDescEn: An out-of-this-world VoIP solution
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 0
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user