1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-25 10:39:41 +08:00
pooneyy 833dcbd3cf
feat(php-unofficial): update php versions and switch to pre-built images
- update php 8.1.32 to 8.1.33 with bookworm base image
- update php 8.4.8 to 8.4.13 with bookworm base image
- switch from local docker builds to pre-built ghcr.io images for all versions
- maintain existing configuration files and environment samples
2025-10-02 22:30:55 +08:00

18 lines
429 B
YAML

additionalProperties:
formFields:
- default: 9002
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: /opt/1panel/apps/openresty/OpenResty/www
edit: true
envKey: SITE_PATH
labelEn: Website directory file path
labelZh: 网站目录文件路径
required: true
type: text