feat:格式化yaml文件
This commit is contained in:
@@ -1,34 +1,34 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40073
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 51820
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WIREGUARD
|
||||
labelEn: Wireguard port
|
||||
labelZh: Wireguard 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "admin"
|
||||
edit: true
|
||||
envKey: WEBUI_USER
|
||||
labelEn: Webui user
|
||||
labelZh: 网页用户
|
||||
required: true
|
||||
type: text
|
||||
- default: "password"
|
||||
edit: true
|
||||
envKey: WEBUI_PWD
|
||||
labelEn: Webui password
|
||||
labelZh: 网页密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40073
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 51820
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WIREGUARD
|
||||
labelEn: Wireguard port
|
||||
labelZh: Wireguard 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "admin"
|
||||
edit: true
|
||||
envKey: WEBUI_USER
|
||||
labelEn: Webui user
|
||||
labelZh: 网页用户
|
||||
required: true
|
||||
type: text
|
||||
- default: "password"
|
||||
edit: true
|
||||
envKey: WEBUI_PWD
|
||||
labelEn: Webui password
|
||||
labelZh: 网页密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
name: WireGuard-UI
|
||||
tags:
|
||||
- 工具
|
||||
title: Wireguard 网络界面
|
||||
description: Wireguard 网络界面
|
||||
additionalProperties:
|
||||
key: wireguard-ui
|
||||
name: WireGuard-UI
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Wireguard 网络界面
|
||||
shortDescEn: Wireguard web interface
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://www.wireguard.com/
|
||||
github: https://github.com/ngoduykhanh/wireguard-ui
|
||||
document: https://www.wireguard.com/
|
||||
name: WireGuard-UI
|
||||
tags:
|
||||
- 工具
|
||||
title: Wireguard 网络界面
|
||||
description: Wireguard 网络界面
|
||||
additionalProperties:
|
||||
key: wireguard-ui
|
||||
name: WireGuard-UI
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Wireguard 网络界面
|
||||
shortDescEn: Wireguard web interface
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://www.wireguard.com/
|
||||
github: https://github.com/ngoduykhanh/wireguard-ui
|
||||
document: https://www.wireguard.com/
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40073
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 51820
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WIREGUARD
|
||||
labelEn: Wireguard port
|
||||
labelZh: Wireguard 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "admin"
|
||||
edit: true
|
||||
envKey: WEBUI_USER
|
||||
labelEn: Webui user
|
||||
labelZh: 网页用户
|
||||
required: true
|
||||
type: text
|
||||
- default: "password"
|
||||
edit: true
|
||||
envKey: WEBUI_PWD
|
||||
labelEn: Webui password
|
||||
labelZh: 网页密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40073
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 51820
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WIREGUARD
|
||||
labelEn: Wireguard port
|
||||
labelZh: Wireguard 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "admin"
|
||||
edit: true
|
||||
envKey: WEBUI_USER
|
||||
labelEn: Webui user
|
||||
labelZh: 网页用户
|
||||
required: true
|
||||
type: text
|
||||
- default: "password"
|
||||
edit: true
|
||||
envKey: WEBUI_PWD
|
||||
labelEn: Webui password
|
||||
labelZh: 网页密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
||||
Reference in New Issue
Block a user