mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-29 21:46:26 +08:00
34 lines
1013 B
YAML
Executable File
34 lines
1013 B
YAML
Executable File
additionalProperties:
|
|
formFields:
|
|
- default: 8.3.8
|
|
envKey: PHP_VERSION
|
|
labelEn: PHP Version
|
|
labelZh: PHP 版本
|
|
required: true
|
|
type: select
|
|
values:
|
|
- label: "8.3.8"
|
|
value: "8.3.8"
|
|
- label: "8.2.20"
|
|
value: "8.2.20"
|
|
- label: "8.1.29"
|
|
value: "8.1.29"
|
|
- label: "8.0.30"
|
|
value: "8.0.30"
|
|
- default: https://mirrors.tuna.tsinghua.edu.cn
|
|
envKey: CONTAINER_PACKAGE_URL
|
|
labelEn: Package Source
|
|
labelZh: 扩展源
|
|
required: true
|
|
type: select
|
|
values:
|
|
- label: "https://mirrors.tuna.tsinghua.edu.cn"
|
|
value: "https://mirrors.tuna.tsinghua.edu.cn"
|
|
- default: 9000
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: PHP-FPM Port
|
|
labelZh: PHP-FPM 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
|