Greg
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
@Alex can the docker compose link a custom nginx conf to the proxy ??
I edited the default.conf.template with a new rewrite for a custom path like
/8256a3343c4204b7
instead of /api and it seems to be working fine.. biut i bet when the docker pull updates i will lose the change..
So looking for a way to link a local nginx default.conf file that the proxy will use even after updates17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
but i found this
export const api = new ImmichApi({ basePath: '/api' });
so its not setable in the env17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
i thought it would have set the url path
const endpoint = process.env.IMMICH_API_URL_EXTERNAL || '/api';
if set use that else set it to api
17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
but i guess the
IMMICH_API_URL_EXTERNAL
doesnot work or buggy17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
oh well Cloudflare doesnt allow the free plan to do regex replace to remove key string from url
17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
so get rid of the IMMICH_API_URL_EXTERNAL change and leave blank?
17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
yes
17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
how can i use this env key so i can set my own custom url path? seems just setting that key does not work
17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
i entered /12345 to test
17 replies
IImmich
•Created by Greg on 11/13/2023 in #help-desk-support
setting IMMICH_API_URL_EXTERNAL
hi Alex.. i am trying to secure my cloudflare tunnel with a WAF where i could check if the url contains a key.. the /api url could be /dsbfsdijfnbsiodfbsdiufb and it would check if this was included and allow connection
17 replies