From 60e3a41ac5675c6019fc81a3d90a60fdc2a87dd3 Mon Sep 17 00:00:00 2001 From: Yuris Cakranegara Date: Thu, 21 Aug 2025 17:41:55 +1000 Subject: [PATCH] feat(immich): proxy through cloudflare --- modules/20-services-apps/immich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/20-services-apps/immich/main.tf b/modules/20-services-apps/immich/main.tf index 4aa8f47..e505cb1 100644 --- a/modules/20-services-apps/immich/main.tf +++ b/modules/20-services-apps/immich/main.tf @@ -192,6 +192,6 @@ output "service_definition" { endpoint = "http://${local.server_name}:${local.server_port}" subdomains = ["photos"] publish_via = "reverse_proxy" - proxied = false + proxied = true } }