feat: add app Higress

This commit is contained in:
arch3rPro
2025-08-09 18:29:44 +08:00
parent 874e45c05c
commit bb4046b9d8
7 changed files with 181 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
label:
en: HTTP Port
zh: HTTP 端口
- default: 8443
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
rule: paramPort
type: number
label:
en: HTTPS Port
zh: HTTPS 端口
- default: 8001
envKey: PANEL_APP_PORT_ADMIN
labelEn: Admin Port
labelZh: 管理端口
required: true
rule: paramPort
type: number
label:
en: Admin Port
zh: 管理端口