Skip to content
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

Fix using enigma plugin #271

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix using enigma plugin #271

wants to merge 3 commits into from

Conversation

pabzm
Copy link
Member

@pabzm pabzm commented Nov 8, 2024

This ensures that the "enigma" plugin is usable also on our alpine images, and without the need for manual configuration.

Fixes #255

@pabzm pabzm requested a review from thomascube November 8, 2024 09:23
It's required to run enigma and doesn't hurt in general.
@pabzm
Copy link
Member Author

pabzm commented Nov 8, 2024

@thomascube I'd be happy if you could have a look. If you don't I'll merge this myself in ~2 weeks.

@pabzm pabzm self-assigned this Nov 11, 2024
@@ -150,6 +150,10 @@ if [[ "$1" == apache2* || "$1" == php-fpm || "$1" == bin* ]]; then
echo "\$config['spellcheck_uri'] = '${ROUNDCUBEMAIL_SPELLCHECK_URI}';" >> config/config.docker.inc.php
fi

if [[ "$ROUNDCUBEMAIL_PLUGINS" = *enigma* ]]; then
echo "$config['enigma_pgp_homedir'] = '/var/roundcube/enigma';" >> config/config.docker.inc.php
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe check the setting is not already in the file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean plugins/enigma/config.inc.php? Or which file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enigma plugin not supported by container
3 participants