Connery Noble
Connery Noble
I added a simple PR to attempt to fix this issue (#162). This fix does not require the site to be built at runtime, it simply does a string search...
Thanks for the feedback! How about something like this? 1. I added back the ARG for `NEXT_PUBLIC_WEBAPP_URL`, so containers can be created with a specific value set at build-time. 2....
I'm interested in taking a stab at implementing this. I'm thinking an endpoint: `/.well-known/immich` with payload: ``` { "api": { "endpoint": "https://api.example.com/" } } ``` Re: auto-adding `https` if missing....
I think hosted as part of the web project makes the most sense, that way we can use an environment variable to control the value. If performance is a concern,...
Thanks @Mortein, the clear examples of each scenario is very helpful. I've update my PR to include the logic as described (See [here](https://github.com/immich-app/immich/pull/1308/commits/9dae5b8317cfc4255b90317af574471c170be56b#diff-8787d212fe93bfb266c89e70f1f6a922a9aa859747d2d7f0227763de90298299)). However, I do wonder about the last...