[PR #2373] [CLOSED] Add Immich #3629

Closed
opened 2025-11-20 06:05:53 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2373
Author: @eodevx
Created: 2/13/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • d28769a Add Immich
  • 9a1e4c7 Merge branch 'community-scripts:main' into main

📊 Changes

4 files changed (+154 additions, -0 deletions)

View changed files

ct/headers/immich (+6 -0)
ct/immich.sh (+49 -0)
install/immich-install.sh (+56 -0)
json/immich.json (+43 -0)

📄 Description

✍️ Description

I added an Immich script because it wasnt available and it is a great software :)

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 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.

📋 Additional Information (optional)

Could only test on 3 machines, all AMD CPUs, GPU Hardware Acceleration isnt supported since it is pretty useless. A weak CPU can handle the Machine Learning very fast. The Drivers would also take up a lot of space.


🔄 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/2373 **Author:** [@eodevx](https://github.com/eodevx) **Created:** 2/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`d28769a`](https://github.com/community-scripts/ProxmoxVE/commit/d28769a519c55d8f1e1d3df506b20fe73f20685b) Add Immich - [`9a1e4c7`](https://github.com/community-scripts/ProxmoxVE/commit/9a1e4c7fb36adee9a7b3dc85677a332b64a50a10) Merge branch 'community-scripts:main' into main ### 📊 Changes **4 files changed** (+154 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/headers/immich` (+6 -0) ➕ `ct/immich.sh` (+49 -0) ➕ `install/immich-install.sh` (+56 -0) ➕ `json/immich.json` (+43 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> I added an Immich script because it wasnt available and it is a great software :) ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [✅] **Self-review performed** – Code follows established patterns and conventions. - [✅] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **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. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> Could only test on 3 machines, all AMD CPUs, GPU Hardware Acceleration isnt supported since it is pretty useless. A weak CPU can handle the Machine Learning very fast. The Drivers would also take up a lot of space. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:05:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3629