mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	* Immich: Debian Trixie - Use Debian Stable repo for all dependencies - Remove unneeded dependencies - Replace `libmimalloc2.0` with `libmimalloc3` - Remove pre-1.140.x workarounds - Pin an Intel OpenVINO dependency - Force use of Python3.11 for machine-learning builds - Unpin custom photo-library revisions - Remove old vchord patches - Remove DB collation version refresh - Exit on detection of Debian 12 or below with message - Force hardlink as pnpm import method (fixes #7192) * Update immich.sh --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
		
			
				
	
	
		
			57 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "Immich",
 | 
						|
  "slug": "immich",
 | 
						|
  "categories": [
 | 
						|
    13
 | 
						|
  ],
 | 
						|
  "date_created": "2025-06-01",
 | 
						|
  "type": "ct",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 2283,
 | 
						|
  "documentation": "https://immich.app/docs/overview/introduction",
 | 
						|
  "website": "https://immich.app",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/immich.webp",
 | 
						|
  "config_path": "/opt/immich/.env",
 | 
						|
  "description": "High performance self-hosted photo and video management solution.",
 | 
						|
  "install_methods": [
 | 
						|
    {
 | 
						|
      "type": "default",
 | 
						|
      "script": "ct/immich.sh",
 | 
						|
      "resources": {
 | 
						|
        "cpu": 4,
 | 
						|
        "ram": 4096,
 | 
						|
        "hdd": 20,
 | 
						|
        "os": "Debian",
 | 
						|
        "version": "13"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "Please be aware that Immich releases are pinned to specific versions until compatibility has been confirmed by the Community Scripts maintainers; as a result, the version installed by the helper script may not be the most current version of Immich",
 | 
						|
      "type": "info"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "text": "During installation, you will be prompted with the option to install Intel OpenVINO for hardware-accelerated machine-learning. If you opt in, increase your LXC RAM after installation, as OpenVINO is memory-intensive",
 | 
						|
      "type": "info"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "text": "HW-accelerated video transcoding is supported, but must be enabled in Immich Settings",
 | 
						|
      "type": "info"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "text": "To change upload location, edit 'IMMICH_MEDIA_LOCATION' in `/opt/immich/.env`, and create the symlink 'upload' in /opt/immich/app & /opt/immich/app/machine-learning to your new upload location",
 | 
						|
      "type": "info"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "text": "Logs: `/var/log/immich`",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |