[PR #6147] [MERGED] Reference ollama integration with Harbor #12036

Closed
opened 2026-04-12 23:47:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6147
Author: @av
Created: 8/3/2024
Status: Merged
Merged: 8/3/2024
Merged by: @jmorganca

Base: mainHead: patch-1


📝 Commits (1)

  • 0b3060c Reference ollama integration with Harbor

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Harbor runs Ollama as a default LLM backend:

# Everything is dockerized, User doesn't have to install 
# ollama on their host
harbor up ollama

# Ollama CLI/API is available as is
harbor ollama list
curl $(harbor url ollama)/api/ps

On Harbor's end, Ollama is integrated with the supported frontends (currently Open WebUI, LibreChat, Hollama, BionicGPT)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/6147 **Author:** [@av](https://github.com/av) **Created:** 8/3/2024 **Status:** ✅ Merged **Merged:** 8/3/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0b3060c`](https://github.com/ollama/ollama/commit/0b3060c2dc67be4b010b106e59ce93dd38b98719) Reference ollama integration with Harbor ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Harbor runs Ollama as a default LLM backend: ```bash # Everything is dockerized, User doesn't have to install # ollama on their host harbor up ollama # Ollama CLI/API is available as is harbor ollama list curl $(harbor url ollama)/api/ps ``` On Harbor's end, Ollama is integrated with the supported frontends (currently Open WebUI, LibreChat, Hollama, BionicGPT) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:47:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#12036