1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-08 01:52:30 +08:00
github-action update-app-version e5b533b247 Update app version [skip ci]
2024-06-06 22:48:02 +00:00

25 lines
707 B
YAML

additionalProperties:
formFields:
- default: 8096
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: ./data/media
edit: true
envKey: MEDIA_FOLDER_PATH
labelEn: Media folder path
labelZh: 媒体文件夹路径
required: true
type: text
- default: ./data/cache
edit: true
envKey: CACHE_FOLDER_PATH
labelEn: Cache folder path
labelZh: 缓存文件夹路径
required: true
type: text