mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 12:36:57 +08:00
78c4bd22b4
* chore:Add the whitelist of webdev endpoints to data.yml and Docker Compose.yml to allow webdav synchronization * fix:添加更新脚本,添加WHITE_WEBDEV_ENDPOINTS参数
47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
additionalProperties:
|
||
formFields:
|
||
- default: 40042
|
||
edit: true
|
||
envKey: PANEL_APP_PORT_HTTP
|
||
labelEn: Port
|
||
labelZh: 端口
|
||
required: true
|
||
rule: paramPort
|
||
type: number
|
||
- default: "sk-xxx"
|
||
edit: true
|
||
envKey: API_KEY
|
||
labelEn: OPENAI API KEY
|
||
labelZh: OPENAI API KEY
|
||
required: true
|
||
type: text
|
||
- default: "chatgptnextweb"
|
||
edit: true
|
||
envKey: SECRET_KEY
|
||
labelEn: Access rights key, optional (recommended)
|
||
labelZh: 访问权限密钥,可选(强烈建议填写)
|
||
random: true
|
||
required: false
|
||
rule: paramComplexity
|
||
type: password
|
||
- default: ""
|
||
edit: true
|
||
envKey: PROXY
|
||
labelEn: Proxy (example:http://127.0.0.1:7890 user password)
|
||
labelZh: 代理地址(例子:http://127.0.0.1:7890 user password)
|
||
required: false
|
||
type: text
|
||
- default: "https://api.openai.com"
|
||
edit: true
|
||
envKey: API_BASE_URL
|
||
labelEn: API interface address
|
||
labelZh: API接口地址
|
||
required: true
|
||
type: text
|
||
- default: ""
|
||
edit: true
|
||
envKey: WHITE_WEBDEV_ENDPOINTS
|
||
labelEn: White list of webdev endpoints
|
||
labelZh: webdev 白名单
|
||
required: false
|
||
type: text |