From f1c508be7d97c4371f579f9968c0e96960c3f57c Mon Sep 17 00:00:00 2001 From: pagdot Date: Tue, 15 Oct 2024 14:36:46 +0200 Subject: [PATCH 1/3] Update immich.subdomain.conf.sample Immich changed the port in v1.118.0 --- immich.subdomain.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich.subdomain.conf.sample b/immich.subdomain.conf.sample index f4ad590..89b6ea2 100644 --- a/immich.subdomain.conf.sample +++ b/immich.subdomain.conf.sample @@ -1,7 +1,7 @@ ## Version 2024/07/16 # make sure that your immich container is named immich # make sure that your dns has a cname set for immich -# immich v1.88+ only +# immich v1.118+ only server { listen 443 ssl; @@ -39,7 +39,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app immich; - set $upstream_port 3001; + set $upstream_port 2283; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; @@ -49,7 +49,7 @@ server { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app immich; - set $upstream_port 3001; + set $upstream_port 2283; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; From 57e8d00dd1447ff57dc626f284a75a0984f7ef86 Mon Sep 17 00:00:00 2001 From: pagdot Date: Tue, 15 Oct 2024 15:39:28 +0200 Subject: [PATCH 2/3] immich.subdomain.conf.sample: document port for earlier versions --- immich.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich.subdomain.conf.sample b/immich.subdomain.conf.sample index 89b6ea2..fe7096c 100644 --- a/immich.subdomain.conf.sample +++ b/immich.subdomain.conf.sample @@ -1,7 +1,7 @@ ## Version 2024/07/16 # make sure that your immich container is named immich # make sure that your dns has a cname set for immich -# immich v1.118+ only +# immich v1.118+ only. For earlier versions, change $upstream_port to 3001 server { listen 443 ssl; From d2b127743700c45d92a48ce1fe4f6170e51f7260 Mon Sep 17 00:00:00 2001 From: pagdot Date: Tue, 15 Oct 2024 16:01:01 +0200 Subject: [PATCH 3/3] immich.subdomain.conf.sample: update version date --- immich.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich.subdomain.conf.sample b/immich.subdomain.conf.sample index fe7096c..2d9e2d4 100644 --- a/immich.subdomain.conf.sample +++ b/immich.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2024/07/16 +## Version 2024/10/15 # make sure that your immich container is named immich # make sure that your dns has a cname set for immich # immich v1.118+ only. For earlier versions, change $upstream_port to 3001