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
Hey, so at the moment the only way to tweak roundcube config (say to add config for a plugin) is to replace a config file, I'd like to propose the following change
I was struggling with docker and plugins, especially the authres_status plugin. When using the env plugin settings, the container kept crashing. So I made 2 volumes: /var/www/html/config en /plugins. (roundcube_config resp roundcube_plugins)
I commented out the include config docker inc and did the whole config in config_inc.php, pretty like a standalone roundcube installation.
This is not what you ment I guess, but makes the system more flexible for me (and the plugin did not crash).
Hey, so at the moment the only way to tweak roundcube config (say to add config for a plugin) is to replace a config file, I'd like to propose the following change
mkdir config/config.inc.d/
mv config/config.docker.inc.php config/config.inc.d/
replace the include line from config.inc.d to
We could mount various configs into that dir.
alternatively just have config.docker.inc.php check for a user include mounted into that dir and include that...
The text was updated successfully, but these errors were encountered: