mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 18:34:37 +08:00
feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
80
entries/open-webui/catalog-metadata.v1.json
Normal file
80
entries/open-webui/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "app",
|
||||
"id": "open-webui"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "zh-CN",
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "Open WebUI",
|
||||
"summary": "自托管的 AI 对话界面,支持 Ollama 和 OpenAI 兼容 API",
|
||||
"description": "Open WebUI 是一个可扩展的自托管 AI 界面,支持完全离线操作。支持多种 LLM 运行器,包括 Ollama 和 OpenAI 兼容 API,内置 RAG 集成、网页浏览、代码执行等功能。"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Open WebUI",
|
||||
"summary": "Self-hosted AI chat interface for Ollama and OpenAI-compatible APIs",
|
||||
"description": "Open WebUI is an extensible, self-hosted AI interface that can operate fully offline. It supports multiple LLM runners, including Ollama and OpenAI-compatible APIs, and includes RAG integration, web browsing, code execution, and more."
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Chat",
|
||||
"Ollama",
|
||||
"WebUI"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"state": "known",
|
||||
"version": "0.8.10",
|
||||
"versionScheme": "semver"
|
||||
},
|
||||
"timestamps": {
|
||||
"catalogUpdatedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-06-14",
|
||||
"precision": "day"
|
||||
},
|
||||
"releasePublishedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"reviewedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"upstreamObservedAt": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"content": {
|
||||
"kind": "git",
|
||||
"url": "https://github.com/open-webui/open-webui"
|
||||
}
|
||||
},
|
||||
"governance": {
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "verify-package-terms",
|
||||
"upstreamMaintainer": {
|
||||
"name": "Open WebUI",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "known",
|
||||
"values": [
|
||||
"macos",
|
||||
"windows",
|
||||
"linux"
|
||||
]
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "app",
|
||||
"category": "chat"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user