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