[PR #8770] [MERGED] Immich: Updates for v2.2.0 #7627

Closed
opened 2026-02-26 15:35:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/8770
Author: @vhsdream
Created: 10/30/2025
Status: Merged
Merged: 10/30/2025
Merged by: @MickLesk

Base: mainHead: v2.2.0


📝 Commits (4)

  • 9db9195 replace for-loop with curl native for multiple downloads
  • b3f0e0b add ccache dependency for OCR feature
  • 8b2e662 Update NodeJS to 24
  • 84bfd64 bump pinned version to 2.2.0

📊 Changes

2 files changed (+13 additions, -14 deletions)

View changed files

📝 ct/immich.sh (+5 -2)
📝 install/immich-install.sh (+8 -12)

📄 Description

✍️ Description

  • Bump NodeJS to 24
  • Add new dependency
  • Use native curl functionality for multiple conncurrent downloads
  • Bump Immich to v2.2.0

NEW in v2.2.0 - Optical Character Recognition (OCR)

OCR OCR_options OCR_console

I will say - the OCR didn't seem to use much of my iGPU with OpenVINO and instead hammered my CPU. Perhaps some additional tweaks are on the way.
GPU

Link: #

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/8770 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/30/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `v2.2.0` --- ### 📝 Commits (4) - [`9db9195`](https://github.com/community-scripts/ProxmoxVE/commit/9db9195c0b1c5f2a668f37ef7b9c706e40d07cb9) replace for-loop with curl native for multiple downloads - [`b3f0e0b`](https://github.com/community-scripts/ProxmoxVE/commit/b3f0e0bd089d3befa9b7f83a48cd7364ec7c20dd) add ccache dependency for OCR feature - [`8b2e662`](https://github.com/community-scripts/ProxmoxVE/commit/8b2e662f6983e229471bfab76515a373643e3c7a) Update NodeJS to 24 - [`84bfd64`](https://github.com/community-scripts/ProxmoxVE/commit/84bfd64bd7e81c529133e8355e2ed7cce5c00068) bump pinned version to 2.2.0 ### 📊 Changes **2 files changed** (+13 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `ct/immich.sh` (+5 -2) 📝 `install/immich-install.sh` (+8 -12) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Bump NodeJS to 24 - Add new dependency - Use native curl functionality for multiple conncurrent downloads - Bump Immich to v2.2.0 **NEW in v2.2.0 - Optical Character Recognition (OCR)** <img width="898" height="218" alt="OCR" src="https://github.com/user-attachments/assets/3434f643-948d-46ac-a4fd-bdca440c81bd" /> <img width="828" height="753" alt="OCR_options" src="https://github.com/user-attachments/assets/33379907-2d7f-4011-b503-39a7efb8b9b8" /> <img width="634" height="892" alt="OCR_console" src="https://github.com/user-attachments/assets/b538e37c-22c7-4446-8bbd-dc812720fa9f" /> I will say - the OCR didn't seem to use much of my iGPU with OpenVINO and instead hammered my CPU. Perhaps some additional tweaks are on the way. <img width="458" height="44" alt="GPU" src="https://github.com/user-attachments/assets/1504fe38-ce57-4bd0-8175-d2fdd5a4d80c" /> ## 🔗 Related PR / Issue Link: # ## ✅ 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. - [x] ✨ **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:35:40 +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#7627
No description provided.