[PR #2483] [CLOSED] update default registry domain #36781

Closed
opened 2026-04-22 21:25:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2483
Author: @mxyng
Created: 2/14/2024
Status: Closed

Base: mainHead: mxyng/update-registry-domain


📝 Commits (4)

📊 Changes

10 files changed (+220 additions, -53 deletions)

View changed files

📝 docs/api.md (+2 -2)
📝 go.mod (+2 -1)
📝 integration/utils_test.go (+1 -0)
📝 server/modelpath.go (+62 -3)
📝 server/modelpath_test.go (+91 -0)
📝 server/routes.go (+18 -8)
📝 server/routes_create_test.go (+24 -20)
📝 server/routes_delete_test.go (+7 -6)
📝 types/model/name.go (+2 -2)
📝 types/model/name_test.go (+11 -11)

📄 Description

update default registry domain from registry.ollama.ai to ollama.com
migrate models by moving models to their new location. this is one directional


🔄 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/2483 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 2/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/update-registry-domain` --- ### 📝 Commits (4) - [`09c0972`](https://github.com/ollama/ollama/commit/09c0972a6a6869f54e445d5b9449637ef3bd968b) filepath.ToSlash - [`bf5ba60`](https://github.com/ollama/ollama/commit/bf5ba6065b6984ea4ccbf6fa68587a15bc395e25) migrate registry domain - [`8d62a65`](https://github.com/ollama/ollama/commit/8d62a65ca7c6eebc0295c2165965fbc61ab4a7da) rebase main - [`4b4e97e`](https://github.com/ollama/ollama/commit/4b4e97ed103f07002503076ebc250cd08f88a367) tests ### 📊 Changes **10 files changed** (+220 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `docs/api.md` (+2 -2) 📝 `go.mod` (+2 -1) 📝 `integration/utils_test.go` (+1 -0) 📝 `server/modelpath.go` (+62 -3) 📝 `server/modelpath_test.go` (+91 -0) 📝 `server/routes.go` (+18 -8) 📝 `server/routes_create_test.go` (+24 -20) 📝 `server/routes_delete_test.go` (+7 -6) 📝 `types/model/name.go` (+2 -2) 📝 `types/model/name_test.go` (+11 -11) </details> ### 📄 Description update default registry domain from registry.ollama.ai to ollama.com migrate models by moving models to their new location. this is one directional --- <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-22 21:25:15 -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#36781