- add new app version 1.27.7 with configuration files - define form fields with i18n support - create docker-compose service with health check and network config - add comprehensive readme files in chinese and english - provide app metadata with multi-language descriptions and tags - include logo image for the application
14 lines
260 B
YAML
14 lines
260 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 8080
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelZh: 端口
|
|
labelEn: Port
|
|
label:
|
|
zh: 端口
|
|
en: Port
|
|
required: true
|
|
type: number
|
|
edit: true
|
|
rule: paramPort
|