mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
97 lines
3.1 KiB
YAML
Executable File
97 lines
3.1 KiB
YAML
Executable File
additionalProperties:
|
|
formFields:
|
|
- default: 8080
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web Management Port
|
|
labelZh: web管理端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 8024
|
|
envKey: NPS_BRIDGE_PORT
|
|
labelEn: Server-Client Communication Port
|
|
labelZh: 服务端客户端通信端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: http://localhost:8080
|
|
edit: true
|
|
envKey: NPS_WEB_HOST
|
|
labelEn: External URL(If the default address, please replace localhost with the current service IP)
|
|
labelZh: 外部访问地址(若默认地址请替换localhost为当前服务IP)
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: admin
|
|
envKey: NPS_WEB_USERNAME
|
|
labelEn: Web Interface Management Account
|
|
labelZh: web界面管理账号
|
|
random: true
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: "123"
|
|
envKey: NPS_WEB_PASSWORD
|
|
labelEn: Web Interface Management Password
|
|
labelZh: web界面管理密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: "false"
|
|
envKey: NPS_WEB_OPEN_SSL
|
|
labelEn: Enable Https Access
|
|
labelZh: 开启Https访问
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: 20100
|
|
envKey: NPS_RANDOM_PORT_START
|
|
labelEn: Dynamic Port Range Start
|
|
labelZh: 动态端口范围开始
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 20200
|
|
envKey: NPS_RANDOM_PORT_END
|
|
labelEn: Dynamic Port Range End
|
|
labelZh: 动态端口范围结束
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "123"
|
|
envKey: NPS_PUBLIC_VKEY
|
|
labelEn: Key When the Client Starts in Configuration File Mode
|
|
labelZh: 客户端以配置文件模式启动时的密钥
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: "1234567812345678"
|
|
envKey: NPS_AUTH_CRYPT_KEY
|
|
labelEn: 16-bit AES Encryption Key
|
|
labelZh: 16位aes加密密钥
|
|
required: true
|
|
rule: paramCommon
|
|
type: text
|
|
- default: 0.0.0.0
|
|
envKey: NPS_HTTP_PROXY_IP
|
|
labelEn: Http Proxy IP
|
|
labelZh: 域名代理http代理监听地址
|
|
required: false
|
|
rule: paramCommon
|
|
type: text
|
|
- default: 20080
|
|
envKey: NPS_HTTP_PROXY_PORT
|
|
labelEn: Http Proxy Port
|
|
labelZh: 域名代理http代理监听端口
|
|
required: false
|
|
rule: paramPort
|
|
type: number
|
|
- default: 20443
|
|
envKey: NPS_HTTPS_PROXY_PORT
|
|
labelEn: Https Proxy Port
|
|
labelZh: 域名代理https代理监听端口
|
|
required: false
|
|
rule: paramPort
|
|
type: number
|