feat(immich): proxy through cloudflare

This commit is contained in:
Yuris Cakranegara
2025-08-21 17:41:55 +10:00
parent b9301fff36
commit 60e3a41ac5

View File

@@ -192,6 +192,6 @@ output "service_definition" {
endpoint = "http://${local.server_name}:${local.server_port}" endpoint = "http://${local.server_name}:${local.server_port}"
subdomains = ["photos"] subdomains = ["photos"]
publish_via = "reverse_proxy" publish_via = "reverse_proxy"
proxied = false proxied = true
} }
} }