Comment on Immich mobile app sync V2
derry@midwest.social 6 days agoDepends, if you’re ok exposing an open port to the Internet then its not tricky at all, assuming you know how to port forward and are not double natted. They warn you to not do this though. I second that warning.
This page explains the 3 main options docs.immich.app/guides/remote-access/
Ideally you’d just do a reverse proxy, which is the most complex option. Tasks include getting a host, cert, and setting it up.
I went with tail scale, it was easy but requires an additional client component on every device and one in the server.
dataprolet@discuss.tchncs.de 4 days ago
I have a cheap VPS which is facing the internet and runs a reverse proxy. It’s connected to my home server via Tailscale and routes everything to the services on my homeserver. So I only expose http ports and also rely on the DDoS protection of the VPS provider.