[PR #15676] [CLOSED] docs: canonicalize target-server-local documentation #61954

Closed
opened 2026-04-29 16:55:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15676
Author: @PureBlissAK
Created: 4/18/2026
Status: Closed

Base: mainHead: pr/upstream-aligned


📝 Commits (2)

  • 89c72b8 docs: canonicalize target-server-local documentation
  • 05bef14 docs: add on-prem redeploy runbook ssot

📊 Changes

3772 files changed (+429707 additions, -1372980 deletions)

View changed files

.cloudbuild.yaml (+394 -0)
.copilot-instructions (+1 -0)
.dockerignore (+0 -11)
.editorconfig (+64 -0)
.env.example (+167 -0)
.env.phase8.example (+129 -0)
.gitattributes (+0 -28)
.githooks/commit-msg-validate (+107 -0)
.githooks/post-commit (+30 -0)
.githooks/pre-commit (+248 -0)
.githooks/pre-commit-elite (+180 -0)
.githooks/pre-push (+72 -0)
.githooks/pre-push-elite (+80 -0)
.githooks/setup.sh (+85 -0)
.github/AGENT_DEVELOPMENT_GUIDELINES.md (+614 -0)
.github/AGENT_EXECUTION_START.md (+161 -0)
.github/AUTONOMOUS_TRIAGE_EXECUTION.md (+311 -0)
.github/BRANCH-PROTECTION.md (+439 -0)
.github/CODE-REVIEW-CHECKLIST.md (+480 -0)
.github/COPILOT_INTEGRATION.md (+239 -0)

...and 80 more files

📄 Description

Canonicalize target-server-local documentation and host-profile execution.

Summary:

  • Add canonical docs buckets for shared navigation, indexed compatibility snapshots, meta/SSOT, deep dives, roadmaps, repo rules, instructions, structure, and SNC.
  • Add host inventories plus host-profile loaders and deterministic rerun validation.
  • Normalize live .github triage docs and GitHub Actions auth to use OLLAMA_HOST / host profiles and GSM-backed token resolution.
  • Convert legacy indexes and quick references into compatibility snapshots and link them to the canonical paths.

Validation:

  • git diff --check
  • bash -n on touched shell scripts
  • python3 -m py_compile on touched Python scripts
  • ./scripts/host-profile-matrix.sh --no-open-issue

Notes:

  • This PR branch was replayed onto upstream/main so it shares history with the base branch.

🔄 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/15676 **Author:** [@PureBlissAK](https://github.com/PureBlissAK) **Created:** 4/18/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pr/upstream-aligned` --- ### 📝 Commits (2) - [`89c72b8`](https://github.com/ollama/ollama/commit/89c72b8ca1e17e597bebe3e7c3a4e98ac3ed2b83) docs: canonicalize target-server-local documentation - [`05bef14`](https://github.com/ollama/ollama/commit/05bef14c8f75d5b8ee9aa94c9a6dc2ece20402d6) docs: add on-prem redeploy runbook ssot ### 📊 Changes **3772 files changed** (+429707 additions, -1372980 deletions) <details> <summary>View changed files</summary> ➕ `.cloudbuild.yaml` (+394 -0) ➕ `.copilot-instructions` (+1 -0) ➖ `.dockerignore` (+0 -11) ➕ `.editorconfig` (+64 -0) ➕ `.env.example` (+167 -0) ➕ `.env.phase8.example` (+129 -0) ➖ `.gitattributes` (+0 -28) ➕ `.githooks/commit-msg-validate` (+107 -0) ➕ `.githooks/post-commit` (+30 -0) ➕ `.githooks/pre-commit` (+248 -0) ➕ `.githooks/pre-commit-elite` (+180 -0) ➕ `.githooks/pre-push` (+72 -0) ➕ `.githooks/pre-push-elite` (+80 -0) ➕ `.githooks/setup.sh` (+85 -0) ➕ `.github/AGENT_DEVELOPMENT_GUIDELINES.md` (+614 -0) ➕ `.github/AGENT_EXECUTION_START.md` (+161 -0) ➕ `.github/AUTONOMOUS_TRIAGE_EXECUTION.md` (+311 -0) ➕ `.github/BRANCH-PROTECTION.md` (+439 -0) ➕ `.github/CODE-REVIEW-CHECKLIST.md` (+480 -0) ➕ `.github/COPILOT_INTEGRATION.md` (+239 -0) _...and 80 more files_ </details> ### 📄 Description Canonicalize target-server-local documentation and host-profile execution. Summary: - Add canonical docs buckets for shared navigation, indexed compatibility snapshots, meta/SSOT, deep dives, roadmaps, repo rules, instructions, structure, and SNC. - Add host inventories plus host-profile loaders and deterministic rerun validation. - Normalize live .github triage docs and GitHub Actions auth to use OLLAMA_HOST / host profiles and GSM-backed token resolution. - Convert legacy indexes and quick references into compatibility snapshots and link them to the canonical paths. Validation: - git diff --check - bash -n on touched shell scripts - python3 -m py_compile on touched Python scripts - ./scripts/host-profile-matrix.sh --no-open-issue Notes: - This PR branch was replayed onto upstream/main so it shares history with the base branch. --- <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-29 16:55:35 -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#61954