Skip to content

Commit fc59bc4

Browse files
committed
Immich: bump to v2.7.0
1 parent c5bb247 commit fc59bc4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ct/immich.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ EOF
9898
msg_ok "Updated Intel OpenVINO dependencies"
9999
fi
100100
fi
101-
rm ./Dockerfile
102101
if [[ -f ~/.immich_library_revisions ]]; then
103102
libraries=("libjxl" "libheif" "libraw" "imagemagick" "libvips")
104103
cd "$BASE_DIR"
@@ -110,7 +109,7 @@ EOF
110109
msg_ok "Image-processing libraries up to date"
111110
fi
112111

113-
RELEASE="v2.6.3"
112+
RELEASE="v2.7.0"
114113
if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}" "each release is tested individually before the version is updated. Please do not open issues for this"; then
115114
if [[ $(cat ~/.immich) > "2.5.1" ]]; then
116115
msg_info "Enabling Maintenance Mode"

install/immich-install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ ML_DIR="${APP_DIR}/machine-learning"
295295
GEO_DIR="${INSTALL_DIR}/geodata"
296296
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
297297

298-
fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.6.3" "$SRC_DIR"
298+
fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.7.0" "$SRC_DIR"
299299
PNPM_VERSION="$(jq -r '.packageManager | split("@")[1] | split("+")[0]' ${SRC_DIR}/package.json)"
300300
NODE_VERSION="24" NODE_MODULE="pnpm@${PNPM_VERSION}" setup_nodejs
301301

@@ -419,6 +419,9 @@ IMMICH_VERSION=release
419419
NODE_ENV=production
420420
IMMICH_ALLOW_SETUP=true
421421
422+
## Change to 'true' to enable CSP
423+
IMMICH_HELMET_FILE=true
424+
422425
DB_HOSTNAME=127.0.0.1
423426
DB_USERNAME=${PG_DB_USER}
424427
DB_PASSWORD=${PG_DB_PASS}

0 commit comments

Comments
 (0)