I have setup CloudFlared Tunnel on my unraid server. I am currently using it to host a few websites.
I want to open Immich up to the web, so I can view my photos and videos away from home, as well as upload photos to my server. Is CloudFlared Tunnel good enough as long as I have good Immich login credentials?
Thanks!
It’s not good because immich doesn’t support chunked uploads yet, so you couldn’t upload anything bigger than 100mb (or 500 mb with a pro plan for $240/year)
From desktop browser it appears you can upload files bigger than that but it’s because they’re cheating cloudflare by saying in the header “file size unknown yet”, then it sends a file bigger than the limit. Cloudflare is nice and doesn’t cut the communication once past the limit… yet.
That workaround has been implemented for mobile clients too https://github.com/immich-app/immich/pull/2101
Ah I remembered in the opposite way
Mobile can edit the header and pretend it’s a smaller upload, web browser upload can’t do that instead and it’s still limited to 100mb