mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 00:26:55 +08:00
27 lines
679 B
YAML
27 lines
679 B
YAML
additionalProperties:
|
||
formFields:
|
||
- default: 3000
|
||
edit: true
|
||
envKey: PANEL_APP_PORT_HTTP
|
||
labelEn: Port
|
||
labelZh: 端口
|
||
required: true
|
||
rule: paramPort
|
||
type: number
|
||
- default: '示例:http://192.168.10.100:11434'
|
||
edit: true
|
||
envKey: OLLAMA_BASE_URL
|
||
labelEn: Ollama Base Url
|
||
labelZh: Ollama 服务地址
|
||
required: true
|
||
rule: paramExtUrl
|
||
type: text
|
||
- default: 'ollama'
|
||
edit: true
|
||
envKey: WEBUI_SECRET_KEY
|
||
labelEn: Secret Key
|
||
labelZh: Secret Key
|
||
random: true
|
||
required: false
|
||
rule: paramComplexity
|
||
type: password |