[PR #4192] [CLOSED] feat: support registry basic auth #16684

Closed
opened 2026-04-16 05:39:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4192
Author: @qcu266
Created: 5/6/2024
Status: Closed

Base: mainHead: support-registry-auth


📝 Commits (1)

  • 3958c8d feat: support registry basic auth

📊 Changes

3 files changed (+217 additions, -2 deletions)

View changed files

📝 cmd/cmd.go (+138 -2)
📝 cmd/cmd_test.go (+75 -0)
📝 server/routes.go (+4 -0)

📄 Description

support pull/push model from/to private oci registry.

relates: https://github.com/ollama/ollama/issues/2745


🔄 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/4192 **Author:** [@qcu266](https://github.com/qcu266) **Created:** 5/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `support-registry-auth` --- ### 📝 Commits (1) - [`3958c8d`](https://github.com/ollama/ollama/commit/3958c8d4c0a6c7fc208e21ae18b73d5bbf529f30) feat: support registry basic auth ### 📊 Changes **3 files changed** (+217 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+138 -2) 📝 `cmd/cmd_test.go` (+75 -0) 📝 `server/routes.go` (+4 -0) </details> ### 📄 Description support pull/push model from/to private oci registry. relates: https://github.com/ollama/ollama/issues/2745 --- <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-16 05:39:49 -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#16684