You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need the default configs because we currently overwrite the config dir with other *config.php files, in addition to the default configs, which would overwrite the configs. For instance, we support adding additional config files. We could maybe use a projected volume to solve this, but for now, I've opened #464 which will take care of getting all the configs up to date.
If this issue gets closed if/when #464 is merged, please feel free to test if projected volumes work, and if they do, we'd gladly review a PR for that :)
All these defaultConfigs are already included in nextcloud docker image, right? https://github.com/nextcloud/docker/tree/master/.config
And some configs in this repo is not up-to-date. e.g. redis.config.php in this repo does not handle redis password.
In my mind, we should remove all these defaultConfigs from this repo, and just use the configs packed in the docker image.
The text was updated successfully, but these errors were encountered: