mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-30 05:34:59 +08:00
- add new gitlab 18.5.1-ce.0 community edition with data.yml and docker-compose.yml - standardize SSH port environment variable naming from PANEL_APP_PORT_22 to PANEL_APP_PORT_SSH across both editions - update SSH port labels for better clarity in both English and Chinese - enhance README with edition clarification (ce for community, ee for enterprise)
19 lines
475 B
YAML
19 lines
475 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 8080
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: HTTP Port
|
|
labelZh: HTTP 端口
|
|
random: false
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 8022
|
|
envKey: PANEL_APP_PORT_SSH
|
|
labelEn: SSH Port
|
|
labelZh: SSH 端口
|
|
random: false
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|