-
Notifications
You must be signed in to change notification settings - Fork 903
use nextcloud_exec_commands to configure LLDAP #6909
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jean-Yves <[email protected]>
Signed-off-by: Jean-Yves <[email protected]>
|
There remains the issue of the configuration ID. |
Signed-off-by: Jean-Yves <[email protected]>
|
Hey :) The problem that I see with this automatic configuration is that it will run the command every time the nextcloud container restarts. So it will add new configurations all the time. If we want to automate this, we need to add a check that the config is not existing yet. I am also not sure if we run into a limitation regarding max characters at some point because the commands are added to the Nextcloud container via 1 env... |
One thing that would be nice is to be able to define an ID, such as
It seems that the limit is over 100,000 characters. See https://unix.stackexchange.com/questions/357843/setting-a-long-environment-variable-breaks-a-lot-of-commands |
Sounds good :)
Ok cool. Lets hope that docker envs have the same limit :) |
|
PR open on Nextcloud, feedback welcome. |
You said: