From 82b6b0f7fcbb59939118a9b1ae1c982e46fa1e1f Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Wed, 20 Nov 2024 15:17:23 +0100 Subject: [PATCH] Mention enigma storage path in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38c048be6..057ef673d 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.