feat:添加openvpn-as到列表
This commit is contained in:
26
apps/openvpn-as/latest/data.yml
Normal file
26
apps/openvpn-as/latest/data.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40239
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_CONSOLE
|
||||
labelEn: Console Port
|
||||
labelZh: 控制台端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 443
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 1194
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_UDP
|
||||
labelEn: UDP Port
|
||||
labelZh: UDP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Reference in New Issue
Block a user