Reorganized for new stable/waypoint versioning design.
This commit is contained in:
5
open-webui/app.yaml
Normal file
5
open-webui/app.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: open-webui
|
||||
is: open-webui
|
||||
description: Open WebUI is a comprehensive, open-source web interface for AI models. Features a user-friendly design, supports various LLM runners, and operates entirely offline. Perfect for creating a ChatGPT-like experience with local or hosted models.
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/open-webui.svg
|
||||
latest: "0"
|
||||
@@ -1,18 +0,0 @@
|
||||
name: open-webui
|
||||
is: open-webui
|
||||
description: Open WebUI is a comprehensive, open-source web interface for AI models.
|
||||
Features a user-friendly design, supports various LLM runners, and operates entirely
|
||||
offline. Perfect for creating a ChatGPT-like experience with local or hosted models.
|
||||
version: 0.9.5-1
|
||||
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/open-webui.svg
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: open-webui
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
storage: 10Gi
|
||||
domain: chat.{{ .cloud.domain }}
|
||||
vllmApiUrl: http://vllm-service.llm.svc.cluster.local:8000/v1
|
||||
adminEmail: '{{ .operator.email }}'
|
||||
defaultSecrets:
|
||||
- key: secretKey
|
||||
- key: adminPassword
|
||||
12
open-webui/versions/0/manifest.yaml
Normal file
12
open-webui/versions/0/manifest.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: 0.9.5-1
|
||||
requires: []
|
||||
defaultConfig:
|
||||
namespace: open-webui
|
||||
externalDnsDomain: '{{ .cloud.domain }}'
|
||||
storage: 10Gi
|
||||
domain: chat.{{ .cloud.domain }}
|
||||
vllmApiUrl: http://vllm-service.llm.svc.cluster.local:8000/v1
|
||||
adminEmail: '{{ .operator.email }}'
|
||||
defaultSecrets:
|
||||
- key: secretKey
|
||||
- key: adminPassword
|
||||
Reference in New Issue
Block a user