Replies: 4 comments
-
After some more search, it looks like it's not possible for now. So I guess it's a new feature request :-) In some environments, using a proxy for outbound web requests is mandatory (in mine, it's for security reasons : audit, and whitelisting). At least two requests should be able to be routed through a proxy: the check-update, and requests to the oAuth2 server when configured. http-from-env node modules seems to be pulled already, but not being used |
Beta Was this translation helpful? Give feedback.
-
I think specifically the oauth client library doesn't use those automatically, but that is something we can add support for. |
Beta Was this translation helpful? Give feedback.
-
If you add this feature, can you add support for SOCKS proxies to the machine learning image and server images while you're at it? I get the following error in the machine learning image due to its absence:
|
Beta Was this translation helpful? Give feedback.
-
Hello, I can see by tcpdump that the container is doing DNS request of my OAuth provider URL and trying to reach it direcly It would be really nice to have this supported :) Thanks in advance for considering it ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm trying to install Immich in a somewhat restrictive (security wise) environment, on a Nomad cluster. Most things seems to work, except oAuth2. The reason is that any outbound http req must be done through an outbound proxy, including to reach my oidc server (checking updates is also affected). Immich server container seems to ignore https_proxy env var. Is there an option I missed to configure this ?
Beta Was this translation helpful? Give feedback.
All reactions