[PR #4147] [MERGED] Refactor: Ollama & Adding to Website #4710

Closed
opened 2026-02-26 14:31:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4147
Author: @MickLesk
Created: 4/30/2025
Status: Merged
Merged: 4/30/2025
Merged by: @tremor021

Base: mainHead: ollama_refactor


📝 Commits (5)

📊 Changes

3 files changed (+106 additions, -38 deletions)

View changed files

📝 ct/ollama.sh (+38 -14)
frontend/public/json/ollama.json (+35 -0)
📝 install/ollama-install.sh (+33 -24)

📄 Description

✍️ Description

  • Refactoring of Ollama - Use Native Files instead of git
  • Bump to ubuntu 24.04 for new installations
  • increase space of hdd, because the most llama's are big
  • special: curl -fL# -o instead of curl -fsSL -o - because its an 2GB file and it loads long time - so you can see here the "download state"
  • Add to Website (missing now)

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/4147 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/30/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `ollama_refactor` --- ### 📝 Commits (5) - [`89c6fa7`](https://github.com/community-scripts/ProxmoxVE/commit/89c6fa7a6bf435f74811d7f50e7d28de3ddcdd89) Refactor: Ollama & Adding to Website - [`d5a23a3`](https://github.com/community-scripts/ProxmoxVE/commit/d5a23a3188b8794df3ceee1d163e02a6b45ab535) VED -> VE - [`7660631`](https://github.com/community-scripts/ProxmoxVE/commit/766063181c870b383b2fa23aeb66e325b939d301) Update ollama.sh - [`e7a3b21`](https://github.com/community-scripts/ProxmoxVE/commit/e7a3b21d82622f8c857fddf440d1c5935c34b3a8) Update ollama-install.sh - [`1b04a07`](https://github.com/community-scripts/ProxmoxVE/commit/1b04a07da3a53ad05d93b81de70f76589109dbf9) Update ollama.sh ### 📊 Changes **3 files changed** (+106 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `ct/ollama.sh` (+38 -14) ➕ `frontend/public/json/ollama.json` (+35 -0) 📝 `install/ollama-install.sh` (+33 -24) </details> ### 📄 Description ## ✍️ Description - Refactoring of Ollama - Use Native Files instead of git - Bump to ubuntu 24.04 for new installations - increase space of hdd, because the most llama's are big - special: curl -fL# -o instead of curl -fsSL -o - because its an 2GB file and it loads long time - so you can see here the "download state" - Add to Website (missing now) ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:31:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#4710
No description provided.