Allow adding plugins via config dir #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Debian has patched Roundcube so that all plugins come from some location in /var/lib/roundcube. All Plugindirs of the distribution are linked into that dir. Any additional plugins can be added there. This could be done in a similar way on dockerized Roundcube, perhaps adding additional links into /var/www/html/plugins for that purpose during container startup.