Skip to content

Commit

Permalink
add new apps: chroma and rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Feb 22, 2025
1 parent 093c346 commit d96a575
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions add_apps.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[
{
"name": "ragflow",
"trademark": "RAGFlow",
"name": "chroma",
"trademark": "Chroma",
"release": false,
"fork_url": "https://github.com/infiniflow/ragflow",
"version_from": "https://hub.docker.com/r/infiniflow/ragflow/tags",
"fork_url": "https://github.com/chroma-core/chroma",
"version_from": "ghcr.io/chroma-core/chroma",
"edition": [
{
"dist": "community",
"version": [
"0.6.3",
"latest"
]
}
Expand All @@ -17,7 +18,28 @@
"cpu": "2",
"memory": "4",
"disk": "10",
"url": "https://ragflow.io"
"url": "https://www.trychroma.com"
}
},
{
"name": "rancher",
"trademark": "Rancher",
"release": false,
"fork_url": "https://github.com/rancher/rancher",
"version_from": "https://hub.docker.com/r/rancher/rancher/tags",
"edition": [
{
"dist": "community",
"version": [
"latest"
]
}
],
"requirements": {
"cpu": "2",
"memory": "4",
"disk": "10",
"url": "https://www.rancher.com"
}
}
]

0 comments on commit d96a575

Please sign in to comment.