mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
d3035dc830
* chore(deps): update jokerwho/palworld-server-tool docker tag to v0.6.2 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: '8080'
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: '127.0.0.1:25575'
|
|
edit: true
|
|
envKey: RCON_ADDRESS
|
|
labelEn: RCON Address
|
|
labelZh: RCON地址
|
|
required: true
|
|
type: text
|
|
- default: 'RCON_PASSWORD'
|
|
edit: true
|
|
envKey: RCON_PASSWORD
|
|
labelEn: RCON Password
|
|
labelZh: RCON密码
|
|
required: true
|
|
type: text
|
|
- default: 'WEB_PASSWORD'
|
|
edit: true
|
|
envKey: WEB_PASSWORD
|
|
labelEn: WEB Password
|
|
labelZh: WEB密码
|
|
required: true
|
|
type: text
|
|
- default: '600'
|
|
edit: true
|
|
envKey: SAVE_SYNC_INTERVAL
|
|
labelEn: Save Sync Interval
|
|
labelZh: 存档同步间隔
|
|
required: true
|
|
type: number
|
|
- default: '示例:./data/Pal/Saved/SaveGames/0/5633F58B91BB4CFDAE555321CA7E6C8E'
|
|
edit: true
|
|
envKey: PANEL_APP_PATH
|
|
labelEn: Save Path (starts with ./data)
|
|
labelZh: 存档路径 (以 ./data 开头)
|
|
required: true
|
|
type: text |