-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Version
v1.0.48.0
Deployment Method
Android
Description
I'm trying to deploy ImmichFrame on several Android tablets for family.
I'm running separate Immich-Frame docker instances on separate ports with separate AuthenticationSecrets to control which Albums each Immich-Frame instance can display.
The goal is to use CloudFlare Tunnel Connectors to provide external access to the different instances by URL Path.
As seen in the screenshot below, the initial request comes in properly with the full path and auth secret (bottom line). Then the next request comes in for chunks at /_app/ instead of /full_path/_app/. It is getting a 404 response from Cloudflare at this point.
I know I could break these requests up to different hosts, but I would rather use URL paths instead of hosts. It seems like the content URL's being generated by immichFrame are not respecting the full path of the client request when generating the content URL's.
Reproduction
Cloudflare Connector with basic settings
Expectations
No response
Configuration
Logs
Pre-Submission Checklist
-
This is a bug report and not a feature request
-
I have provided all of the required information to reproduce the bug (config, logs, etc.)
-
I have checked for related issues and checked the documentation