feat:优化palworld-server
This commit is contained in:
parent
4fcb61ed5d
commit
2a523db90b
|
|
@ -7,7 +7,7 @@ MAX_PLAYERS="32"
|
|||
MULTITHREAD_SWITCH="true"
|
||||
PUBLIC_SWITCH="false"
|
||||
PUBLIC_IP=""
|
||||
PUBLIC_PORT=""
|
||||
PANEL_APP_PORT_PUBLIC=""
|
||||
UPDATE_SWITCH="true"
|
||||
SERVER_NAME="Default Palworld Server"
|
||||
ADMIN_PASSWORD="palworld"
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ additionalProperties:
|
|||
edit: true
|
||||
envKey: PUBLIC_SWITCH
|
||||
labelEn: Setup server as a community server (true / false)
|
||||
labelZh: 是否启将服务器设置为社区服务器 (true / false)
|
||||
labelZh: 是否将服务器设置为社区服务器 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
|
|
@ -62,7 +62,7 @@ additionalProperties:
|
|||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PUBLIC_PORT
|
||||
envKey: PANEL_APP_PORT_PUBLIC
|
||||
labelEn: PUBLIC PORT (If not specified, it will be detected automatically)
|
||||
labelZh: 服务器端口 (留空自动检测)
|
||||
required: false
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
- MULTITHREADING=${MULTITHREAD_SWITCH}
|
||||
- COMMUNITY=${PUBLIC_SWITCH}
|
||||
- PUBLIC_IP=${PUBLIC_IP}
|
||||
- PUBLIC_PORT=${PUBLIC_PORT}
|
||||
- PUBLIC_PORT=${PANEL_APP_PORT_PUBLIC}
|
||||
- UPDATE_ON_BOOT=${UPDATE_SWITCH}
|
||||
- SERVER_NAME=${SERVER_NAME}
|
||||
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ MAX_PLAYERS="32"
|
|||
MULTITHREAD_SWITCH="true"
|
||||
PUBLIC_SWITCH="false"
|
||||
PUBLIC_IP=""
|
||||
PUBLIC_PORT=""
|
||||
PANEL_APP_PORT_PUBLIC=""
|
||||
UPDATE_SWITCH="false"
|
||||
SERVER_NAME="Default Palworld Server"
|
||||
SERVER_DESC="Default Palworld Server"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ additionalProperties:
|
|||
edit: true
|
||||
envKey: PUBLIC_SWITCH
|
||||
labelEn: Setup server as a community server (true / false)
|
||||
labelZh: 是否启将服务器设置为社区服务器 (true / false)
|
||||
labelZh: 是否将服务器设置为社区服务器 (true / false)
|
||||
required: true
|
||||
type: text
|
||||
- default: ''
|
||||
|
|
@ -54,7 +54,7 @@ additionalProperties:
|
|||
type: text
|
||||
- default: ''
|
||||
edit: true
|
||||
envKey: PUBLIC_PORT
|
||||
envKey: PANEL_APP_PORT_PUBLIC
|
||||
labelEn: PUBLIC PORT (If not specified, it will be detected automatically)
|
||||
labelZh: 服务器端口 (留空自动检测)
|
||||
required: false
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ services:
|
|||
- ENABLE_MULTITHREAD=${MULTITHREAD_SWITCH}
|
||||
- IS_PUBLIC=${PUBLIC_SWITCH}
|
||||
- PUBLIC_IP=${PUBLIC_IP}
|
||||
- PUBLIC_PORT=${PUBLIC_PORT}
|
||||
- PUBLIC_PORT=${PANEL_APP_PORT_PUBLIC}
|
||||
- FORCE_UPDATE=${UPDATE_SWITCH}
|
||||
- SERVER_NAME=${SERVER_NAME}
|
||||
- SERVER_DESC=${SERVER_DESC}
|
||||
|
|
|
|||
Loading…
Reference in New Issue