appstore-1panel/apps/chatgpt-next-web/2.12.3/data.yml
Anye 78c4bd22b4
chore:Add the whitelist of webdev endpoints to data.yml and Docker Co… (#1513)
* chore:Add the whitelist of webdev endpoints to data.yml and Docker Compose.yml to allow webdav synchronization

* fix:添加更新脚本,添加WHITE_WEBDEV_ENDPOINTS参数
2024-06-01 22:42:15 +08:00

47 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 (examplehttp://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