mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-04 00:21:49 +00:00
0a458c0a11
* fix(immich): use start.sh in service, ensure DB_HOSTNAME in .env * Bump Immich to v2.6.2 and adjust chown handling Update Immich release references from v2.6.1 to v2.6.2 in ct/immich.sh and install/immich-install.sh. Replace broad recursive chown -R on the install dir with a safer approach that avoids recursing into the upload directory (which may be a mounted volume with restricted permissions): set ownership on the install dir itself, chown each top-level entry except 'upload', and attempt to chown the upload path while ignoring errors. Also adjust ordering for /var/log/immich chown to avoid permission issues when enabling services.