Hello,
I just installed Immich on a VPS that is wide open on the internet.
I'd like to implement security with a cloudflared tunnel, but i can't find a way to have immich listen only on the local interface of the server.
I have two network interfaces :
lo (obviously) with 127.0.0.1
eth0 with a public facing IP wide open on the internet
If i leave IMMICH_HOST empty, it listens on both interfaces and works on both IPs
If i set it to 0.0.0.0 it listens on eth0 and the whole web but i get connection reset by peer on 127.0.0.1
If i set it to 127.0.0.1 it doesn't listen on eth0 (great) but i still get connection reset by peer on 127.0.0.1
What is the correct setting so that Immich is accessible from the local machine only and not on the public facing interface ?
Thanks a lot !
.