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
Hi,
I am writing currently a helm chart for roundcube and I am looking for a missing feature to install custom plugins automatically.
I want to define the plugins which should be installed for a specific version via environment variable like the following pattern: ROUNDCUBEMAIL_PLUGINS_CUSTOM="pf4public/fetchmail~1.0.11,roundcube/carddav>=4.1.2".
When the environment variable is defined should be the plugins installed via composer. The compose must be pre-installed inside the container image. Is there already a feature like that, if yes, then I would be extremely happy for a link to the documentation, if not, consider this a feature request.
Volker
The text was updated successfully, but these errors were encountered:
volker-raschek
changed the title
kubernetes: install plugins
kubernetes: install custom plugins via composer on startup
Aug 29, 2021
Hi,
I am writing currently a helm chart for roundcube and I am looking for a missing feature to install custom plugins automatically.
I want to define the plugins which should be installed for a specific version via environment variable like the following pattern:
ROUNDCUBEMAIL_PLUGINS_CUSTOM="pf4public/fetchmail~1.0.11,roundcube/carddav>=4.1.2"
.When the environment variable is defined should be the plugins installed via composer. The compose must be pre-installed inside the container image. Is there already a feature like that, if yes, then I would be extremely happy for a link to the documentation, if not, consider this a feature request.
Volker
The text was updated successfully, but these errors were encountered: