From: Pablo Zmdl Date: Wed, 20 Nov 2024 14:17:23 +0000 (+0100) Subject: Mention enigma storage path in README X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=82b6b0f7fcbb59939118a9b1ae1c982e46fa1e1f;p=roundcube-roundcubemail-docker.git Mention enigma storage path in README --- diff --git a/README.md b/README.md index 38c048b..057ef67 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,9 @@ or to inject additional data into the container: * `/var/roundcube/db`: storage location of the SQLite database Only needed if using `ROUNDCUBEMAIL_DB_TYPE=sqlite` to persist the Roundcube database. +* `/var/roundcube/enigma`: storage location of the enigma plugin + If enabled, the "enigma" plugin stores OpenPGP keys here. + * `/tmp/roundcube-temp`: Roundcube's temp folder Temp files like uploaded attachments or thumbnail images are stored here. Share this directory via a volume when running multiple replicas of the roundcube container.