[Feature] Immich does not have a way to specify OAuth secret in other file #20816
Closed
Guanran928
started this conversation in
Feature Request
Replies: 2 comments 4 replies
-
You can already do this using the config file https://immich.app/docs/install/config-file. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
I'm currently using NixOS, which provides a way to specify your services in a .nix file declaratively. The config of NixOS are usually uploaded to a git repository, but I don't want the secrets to be uploaded. But you can use sops-nix to encrypt and decrypt files on runtime.
I see https://immich.app/docs/install/environment-variables/#secrets showed that environment variable can be specified to let the secrets in the config be read from a file. But however I don't see a variable for the OAuth options (specifically, the OAuth secret).
I wish immich can provide a way to specify the secret through an environment file.
Platform
Beta Was this translation helpful? Give feedback.
All reactions