From 3d6500abddc68b11e4e02156e4715ef8858c31b3 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 20 Jan 2026 18:22:35 +0100 Subject: [PATCH] one more allowed url --- immich-system/immich.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/immich-system/immich.yaml b/immich-system/immich.yaml index 0e90b7b..1761ac2 100644 --- a/immich-system/immich.yaml +++ b/immich-system/immich.yaml @@ -496,6 +496,7 @@ metadata: if ($request_uri ~* "^/api/assets") { set $geo_allowed 1; } if ($request_uri ~* "^/api/albums") { set $geo_allowed 1; } if ($request_uri ~* "^/api/server") { set $geo_allowed 1; } + if ($request_uri ~* "^/api/timeline") { set $geo_allowed 1; } if ($request_uri ~* "^/api/users/me") { set $geo_allowed 1; } # Static assets