varun-raj/immich-power-tools

Feature Request: Add environment variable for public url

Closed this issue · 4 comments

Currently, the service connects to Immich through local Docker URL which looks like this: http://immich_server:3001. Unfortunately, the same URL is used in links to redirect to Immich URLs.
It would be nice if I could set my custom public Immich URL to be used in those links.

Looks related to #25

Hey yeah will be fixed soon we are fixing few more bugs and then will release a new one.

Hey ,there is a new release now you can set EXTERNAL_IMMICH_URL in .env file which should redirect you properly.
example:
EXTERNAL_IMMICH_URL = "https://your-address"

Thanks! Works great!