-
Notifications
You must be signed in to change notification settings - Fork 127
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
Unable to install plugins (carddav) #249
Comments
@williamdes Maybe the boolean approach for ROUNDCUBEMAIL_INSTALL_PLUGINS is not sufficient. Composer package names do not always match the plugin names in Roundcube. While ROUNDCUBEMAIL_PLUGINS will enable the given (pre-installed) plugins, we might need to extend ROUNDCUBEMAIL_INSTALL_PLUGINS to become a list of composer packages to be installed (and activated upon installation). Those installed plugins wouldn't need to be listed in ROUNDCUBEMAIL_PLUGINS. |
I did conclude to the same, a new env name should be given for the composer plugins. I have two PRs to create soon. Sorry for the delay, still testing my changes. |
i tried to spin this up today and found enabling
installing the mfa plugin is possible however activation is not as per the aforementioned naming issues.
runtime
i worked around these issues by mounting in custom plugin volumes inplace in both this container and the nginx one, something like below to both containers then activating with
|
Please check #250 and let me know |
Works now! Thank u. I still got the |
Thank you for testing!
Mee too, this is related to the source contents of the composer.json |
@williamdes is this change moving to |
Because of #250 you should consider that it is not in any image for now |
#250 was merged and is part of the 1.6.8 images. Please re-open if the problem persists |
Hi,
my goal was to upgrade my carddav plugin inside the container with composer, but composer says it missing git:
After some different tries, i setup a new container, but still had problems installing ANY pugins from repo. My minimal (NOT) working example is here:
I got
then i tried
ROUNDCUBEMAIL_PLUGINS=roundcube/carddav
and after (two) restarts i got:What i'm doing wrong? Same problems with 3rd party addons link html5_notifier or twofactor_gauthenticator.
The text was updated successfully, but these errors were encountered: