Support setting NEXTCLOUD_AUTH_TOKEN#1656
Closed
mrueg wants to merge 1 commit intonextcloud:masterfrom
Closed
Conversation
Contributor
Author
|
@J0WI can you take a look? I saw you were interested in this feature as well. :) |
Contributor
|
I'd prefer #1260 |
Contributor
Author
|
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. |
3 tasks
6226533 to
b63993e
Compare
Contributor
Author
|
I've removed the version check since 21 is now gone. |
Contributor
Author
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>
Contributor
|
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. |
Contributor
|
Closing in favour of #1964. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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