-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support setting NEXTCLOUD_AUTH_TOKEN #1656
Conversation
@J0WI can you take a look? I saw you were interested in this feature as well. :) |
I'd prefer #1260 |
I agree that there might be additional need for custom scripts, I still feel like exposing a single environment variable like this would help ensuring that it is easy and standardized to work with in helm and other systems. |
6226533
to
b63993e
Compare
I've removed the version check since 21 is now gone. |
Allows to set up the nextcloud auth token during install. Purpose is to make the install smoother by exposing it and have server info and metrics available to verify the status of the install. Signed-off-by: Manuel Rüger <manuel@rueg.eu>
A workaround has been posted in #1683 (comment) IMHO providing a hook would still be more valuable than adding ENV support for any setting or feature. |
Closing in favour of #1964. |
Allows to set up the nextcloud auth token during install.
Purpose is to make the install smoother by exposing it and have server
info and metrics available to verify the status of the install.
As this is only supported in v22 and later, for now a version check is
included.
See also:
nextcloud/serverinfo#269